Color: #BCC85B
#BCC85B Color Information
#BCC85B is a light color. The closest websafe version is #BCC85B. A complement of this color would be #675BC8, perceived brightness is 0.72, and the grayscale version is #929292.
In the HSL color space, this color has a hue angle of 67°,a saturation of 50%, and a lightness of 57%.The HSV representation shows a hue of 67°, a saturation of 55%, and a value of 78%.
In a RGB color space, #BCC85B is composed of 74% red, 78% green and 36% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 0% magenta, 54% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 53.23, x: 0.4053, and y: 0.4724.
Color Code #BCC85B
Shades of Color #BCC85B
Shades are created by darkening the original color #BCC85B 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 #BCC85B
Tints are created by lightening the original color #BCC85B 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 #BCC85B Color Code
In the HSL color space, this color has a hue angle of 67°, a saturation of 50%, and a lightness of 57%. The HSV representation shows a hue of 67°, a saturation of 55%, and a value of 78%.
- HEX: #BCC85B
- RGB: rgb(188, 200, 91)
- HSL: hsl(67, 50%, 57%)
- HSV: hsv(67, 55%, 78%)
- CMYK: 6.00% cyan, 0.00% magenta, 54.00% yellow, 22.00% black
- XYZ: 45.67, 53.23, 13.78
- Yxy: 53.23, 0.4053, 0.4724
- Hunter Lab: 78.01, -15.47, 51.95
- CIE-Lab: 78.01, -15.47, 51.95
In the XYZ color space, this color is represented as X: 45.67, Y: 53.23, Z: 13.78. The Yxy representation further refines this as Y: 53.23, x: 0.4053, and y: 0.4724.
In the Hunter Lab color space, this color is represented as L: 78.01, a: -15.47, and b: 51.95. Similarly, in the CIE-Lab color space, it is represented as L: 78.01, a: -15.47, and b: 51.95.
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 #BCC85B
Triadic colors are three colors evenly spaced around the color wheel, including #BCC85B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #BCC85B
Split complementary colors are two colors adjacent to the complementary color of #BCC85B. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #BCC85B
Monochromatic colors are variations of #BCC85B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #BCC85B
The complementary color of #BCC85B 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 #BCC85B
/* Using HEX */ body { background-color: #bcc85b; }
/* Using RGB */ body { background-color: rgb(188, 200, 91); }
/* Using RGB with opacity */ body { background-color: rgba(188, 200, 91, 0.5); }
/* Using HSL */ body { background-color: hsl(67, 50%, 57%); }
/* Text color */ p { color: #bcc85b; }
/* Box shadow */ div { box-shadow: 4px 4px #bcc85b; }
/* Border color */ .box { border: 4px solid #bcc85b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #bcc85b; }
/* Background with text */ div { background: #bcc85b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #BCC85B
<!-- Using HEX --> <div style="background-color: #bcc85b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(188, 200, 91); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(188, 200, 91, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(67, 50%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #bcc85b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #bcc85b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #bcc85b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #bcc85b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #bcc85b; color: #fff; padding: 16px; border-radius: 8px;"> #BCC85B </div>
Related Colors of #BCC85B
These colors are similar to #BCC85B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.