Shades of Conifer #BCE862
Tints of Conifer #BCE862
RGB
CMYK
RGB Variations
Color information
#BCE862 (or 0xBCE862) is known color: Conifer. HEX triplet: BC, E8 and 62. RGB value is (188,232,98). Sum of RGB (Red+Green+Blue) = 188+232+98=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE862 is #43179D. Grayscale: #CCCCCC. Windows color (decimal): -4396958 or 6482108. OLE color: 6482108.
HSL color Cylindrical-coordinate representation of color #BCE862: hue angle of 79.7º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCE862 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 98 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.09 |
| HSL | 79.7º | 0.74% | 0.65% | - |
| HSV(B) | 79.7º | 0.58% | 0.91% | - |
| XYZ | 51.8 | 69.29 | 22.2 | - |
| YUV | 203.57 | 68.42 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 98 | 0.19 | 0 | 0.58 | 0.09 | 79.7 | 0.74 | 0.65 |
| Hex | BC | E8 | 62 | 13 | 0 | 3A | 9 | 50 | 4A | 41 |
| Octal | 274 | 350 | 142 | 23 | 0 | 72 | 11 | 120 | 112 | 101 |
| Binary | 10111100 | 11101000 | 1100010 | 10011 | 0 | 111010 | 1001 | 1010000 | 1001010 | 1000001 |
Color Harmonies of #BCE862
Complementary color
Monochromatic Colors of #BCE862
Black with #BCE862
Text Example
Text Example
White with #BCE862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE862; }
p { color: rgb(188,232,98); }
H1.HeaderClassName
{
color: #BCE862;
}
.AnyTagClassName
{
color: #BCE862;
}
</style>
background-color css
<style>
a { background-color: #BCE862; }
a { background-color: rgb(188,232,98); }
div.DivClassName
{
background-color: #BCE862;
}
.BgClassName
{
background-color: #BCE862;
}
</style>
border-color css
<style>
span { border-color: #BCE862; }
span { border-color: rgb(188,232,98); }
td.TdClassName
{
border-color: #BCE862;
}
.TagClassName
{
border-color: #BCE862;
}
</style>