Shades of Conifer #BCE865
Tints of Conifer #BCE865
RGB
CMYK
RGB Variations
Color information
#BCE865 (or 0xBCE865) is known color: Conifer. HEX triplet: BC, E8 and 65. RGB value is (188,232,101). Sum of RGB (Red+Green+Blue) = 188+232+101=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE865 is #43179A. Grayscale: #CCCCCC. Windows color (decimal): -4396955 or 6678716. OLE color: 6678716.
HSL color Cylindrical-coordinate representation of color #BCE865: hue angle of 80.15º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCE865 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 101 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.09 |
| HSL | 80.15º | 0.74% | 0.65% | - |
| HSV(B) | 80.15º | 0.56% | 0.91% | - |
| XYZ | 51.94 | 69.34 | 22.96 | - |
| YUV | 203.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 101 | 0.19 | 0 | 0.56 | 0.09 | 80.15 | 0.74 | 0.65 |
| Hex | BC | E8 | 65 | 13 | 0 | 38 | 9 | 50 | 4A | 41 |
| Octal | 274 | 350 | 145 | 23 | 0 | 70 | 11 | 120 | 112 | 101 |
| Binary | 10111100 | 11101000 | 1100101 | 10011 | 0 | 111000 | 1001 | 1010000 | 1001010 | 1000001 |
Color Harmonies of #BCE865
Complementary color
Monochromatic Colors of #BCE865
Black with #BCE865
Text Example
Text Example
White with #BCE865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE865; }
p { color: rgb(188,232,101); }
H1.HeaderClassName
{
color: #BCE865;
}
.AnyTagClassName
{
color: #BCE865;
}
</style>
background-color css
<style>
a { background-color: #BCE865; }
a { background-color: rgb(188,232,101); }
div.DivClassName
{
background-color: #BCE865;
}
.BgClassName
{
background-color: #BCE865;
}
</style>
border-color css
<style>
span { border-color: #BCE865; }
span { border-color: rgb(188,232,101); }
td.TdClassName
{
border-color: #BCE865;
}
.TagClassName
{
border-color: #BCE865;
}
</style>