Color: #BDC44C
#BDC44C Color Information
#BDC44C is a light color. The closest websafe version is #BDC44C. A complement of this color would be #534BC3, perceived brightness is 0.71, and the grayscale version is #888888.
In the HSL color space, this color has a hue angle of 64°,a saturation of 50%, and a lightness of 53%.The HSV representation shows a hue of 64°, a saturation of 61%, and a value of 77%.
In a RGB color space, #BDC44C is composed of 74% red, 77% green and 30% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 61% yellow and 23% black.
In the Yxy color space, this color is represented as Y: 51.33, x: 0.4155, and y: 0.4795.
Color Code #BDC44C
Shades of Color #BDC44C
Shades are created by darkening the original color #BDC44C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #BDC44C
Tints are created by lightening the original color #BDC44C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #BDC44C Color Code
In the HSL color space, this color has a hue angle of 64°, a saturation of 50%, and a lightness of 53%. The HSV representation shows a hue of 64°, a saturation of 61%, and a value of 77%.
- HEX: #BDC44C
- RGB: rgb(189, 196, 76)
- HSL: hsl(64, 50%, 53%)
- HSV: hsv(64, 61%, 77%)
- CMYK: 4.00% cyan, 0.00% magenta, 61.00% yellow, 23.00% black
- XYZ: 44.48, 51.33, 11.23
- Yxy: 51.33, 0.4155, 0.4795
- Hunter Lab: 76.88, -14.01, 57.26
- CIE-Lab: 76.88, -14.01, 57.26
In the XYZ color space, this color is represented as X: 44.48, Y: 51.33, Z: 11.23. The Yxy representation further refines this as Y: 51.33, x: 0.4155, and y: 0.4795.
In the Hunter Lab color space, this color is represented as L: 76.88, a: -14.01, and b: 57.26. Similarly, in the CIE-Lab color space, it is represented as L: 76.88, a: -14.01, and b: 57.26.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #BDC44C
Triadic colors are three colors evenly spaced around the color wheel, including #BDC44C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BDC44C
Split complementary colors are two colors adjacent to the complementary color of #BDC44C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BDC44C
Monochromatic colors are variations of #BDC44C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BDC44C
The complementary color of #BDC44C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #BDC44C
/* Using HEX */ body { background-color: #bdc44c; }
/* Using RGB */ body { background-color: rgb(189, 196, 76); }
/* Using RGB with opacity */ body { background-color: rgba(189, 196, 76, 0.5); }
/* Using HSL */ body { background-color: hsl(64, 50%, 53%); }
/* Text color */ p { color: #bdc44c; }
/* Box shadow */ div { box-shadow: 4px 4px #bdc44c; }
/* Border color */ .box { border: 4px solid #bdc44c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bdc44c; }
/* Background with text */ div { background: #bdc44c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BDC44C
<!-- Using HEX --> <div style="background-color: #bdc44c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(189, 196, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(189, 196, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(64, 50%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bdc44c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bdc44c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bdc44c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bdc44c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bdc44c; color: #fff; padding: 16px; border-radius: 8px;"> #BDC44C </div>
Related Colors of #BDC44C
These colors are similar to #BDC44C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.