Shades of Conifer #BCE85B
Tints of Conifer #BCE85B
RGB
CMYK
RGB Variations
Color information
#BCE85B (or 0xBCE85B) is known color: Conifer. HEX triplet: BC, E8 and 5B. RGB value is (188,232,91). Sum of RGB (Red+Green+Blue) = 188+232+91=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE85B is #4317A4. Grayscale: #CBCBCB. Windows color (decimal): -4396965 or 6023356. OLE color: 6023356.
HSL color Cylindrical-coordinate representation of color #BCE85B: hue angle of 78.72º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCE85B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 91 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.09 |
| HSL | 78.72º | 0.75% | 0.63% | - |
| HSV(B) | 78.72º | 0.61% | 0.91% | - |
| XYZ | 51.48 | 69.16 | 20.53 | - |
| YUV | 202.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 91 | 0.19 | 0 | 0.61 | 0.09 | 78.72 | 0.75 | 0.63 |
| Hex | BC | E8 | 5B | 13 | 0 | 3D | 9 | 4F | 4B | 3F |
| Octal | 274 | 350 | 133 | 23 | 0 | 75 | 11 | 117 | 113 | 77 |
| Binary | 10111100 | 11101000 | 1011011 | 10011 | 0 | 111101 | 1001 | 1001111 | 1001011 | 111111 |
Color Harmonies of #BCE85B
Complementary color
Monochromatic Colors of #BCE85B
Black with #BCE85B
Text Example
Text Example
White with #BCE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE85B; }
p { color: rgb(188,232,91); }
H1.HeaderClassName
{
color: #BCE85B;
}
.AnyTagClassName
{
color: #BCE85B;
}
</style>
background-color css
<style>
a { background-color: #BCE85B; }
a { background-color: rgb(188,232,91); }
div.DivClassName
{
background-color: #BCE85B;
}
.BgClassName
{
background-color: #BCE85B;
}
</style>
border-color css
<style>
span { border-color: #BCE85B; }
span { border-color: rgb(188,232,91); }
td.TdClassName
{
border-color: #BCE85B;
}
.TagClassName
{
border-color: #BCE85B;
}
</style>