Shades of Conifer #BCE859
Tints of Conifer #BCE859
RGB
CMYK
RGB Variations
Color information
#BCE859 (or 0xBCE859) is known color: Conifer. HEX triplet: BC, E8 and 59. RGB value is (188,232,89). Sum of RGB (Red+Green+Blue) = 188+232+89=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE859 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE859 is #4317A6. Grayscale: #CBCBCB. Windows color (decimal): -4396967 or 5892284. OLE color: 5892284.
HSL color Cylindrical-coordinate representation of color #BCE859: hue angle of 78.46º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCE859 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 89 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.09 |
| HSL | 78.46º | 0.76% | 0.63% | - |
| HSV(B) | 78.46º | 0.62% | 0.91% | - |
| XYZ | 51.4 | 69.13 | 20.08 | - |
| YUV | 202.54 | 63.92 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 89 | 0.19 | 0 | 0.62 | 0.09 | 78.46 | 0.76 | 0.63 |
| Hex | BC | E8 | 59 | 13 | 0 | 3E | 9 | 4E | 4C | 3F |
| Octal | 274 | 350 | 131 | 23 | 0 | 76 | 11 | 116 | 114 | 77 |
| Binary | 10111100 | 11101000 | 1011001 | 10011 | 0 | 111110 | 1001 | 1001110 | 1001100 | 111111 |
Color Harmonies of #BCE859
Complementary color
Monochromatic Colors of #BCE859
Black with #BCE859
Text Example
Text Example
White with #BCE859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE859; }
p { color: rgb(188,232,89); }
H1.HeaderClassName
{
color: #BCE859;
}
.AnyTagClassName
{
color: #BCE859;
}
</style>
background-color css
<style>
a { background-color: #BCE859; }
a { background-color: rgb(188,232,89); }
div.DivClassName
{
background-color: #BCE859;
}
.BgClassName
{
background-color: #BCE859;
}
</style>
border-color css
<style>
span { border-color: #BCE859; }
span { border-color: rgb(188,232,89); }
td.TdClassName
{
border-color: #BCE859;
}
.TagClassName
{
border-color: #BCE859;
}
</style>