Shades of Conifer #BCE863
Tints of Conifer #BCE863
RGB
CMYK
RGB Variations
Color information
#BCE863 (or 0xBCE863) is known color: Conifer. HEX triplet: BC, E8 and 63. RGB value is (188,232,99). Sum of RGB (Red+Green+Blue) = 188+232+99=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE863 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE863 is #43179C. Grayscale: #CCCCCC. Windows color (decimal): -4396957 or 6547644. OLE color: 6547644.
HSL color Cylindrical-coordinate representation of color #BCE863: hue angle of 79.85º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCE863 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 99 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.09 |
| HSL | 79.85º | 0.74% | 0.65% | - |
| HSV(B) | 79.85º | 0.57% | 0.91% | - |
| XYZ | 51.85 | 69.31 | 22.45 | - |
| YUV | 203.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 99 | 0.19 | 0 | 0.57 | 0.09 | 79.85 | 0.74 | 0.65 |
| Hex | BC | E8 | 63 | 13 | 0 | 39 | 9 | 50 | 4A | 41 |
| Octal | 274 | 350 | 143 | 23 | 0 | 71 | 11 | 120 | 112 | 101 |
| Binary | 10111100 | 11101000 | 1100011 | 10011 | 0 | 111001 | 1001 | 1010000 | 1001010 | 1000001 |
Color Harmonies of #BCE863
Complementary color
Monochromatic Colors of #BCE863
Black with #BCE863
Text Example
Text Example
White with #BCE863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE863; }
p { color: rgb(188,232,99); }
H1.HeaderClassName
{
color: #BCE863;
}
.AnyTagClassName
{
color: #BCE863;
}
</style>
background-color css
<style>
a { background-color: #BCE863; }
a { background-color: rgb(188,232,99); }
div.DivClassName
{
background-color: #BCE863;
}
.BgClassName
{
background-color: #BCE863;
}
</style>
border-color css
<style>
span { border-color: #BCE863; }
span { border-color: rgb(188,232,99); }
td.TdClassName
{
border-color: #BCE863;
}
.TagClassName
{
border-color: #BCE863;
}
</style>