Shades of Conifer #BCE867
Tints of Conifer #BCE867
RGB
CMYK
RGB Variations
Color information
#BCE867 (or 0xBCE867) is known color: Conifer. HEX triplet: BC, E8 and 67. RGB value is (188,232,103). Sum of RGB (Red+Green+Blue) = 188+232+103=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE867 is #431798. Grayscale: #CCCCCC. Windows color (decimal): -4396953 or 6809788. OLE color: 6809788.
HSL color Cylindrical-coordinate representation of color #BCE867: hue angle of 80.47º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCE867 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 103 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.09 |
| HSL | 80.47º | 0.74% | 0.66% | - |
| HSV(B) | 80.47º | 0.56% | 0.91% | - |
| XYZ | 52.04 | 69.38 | 23.48 | - |
| YUV | 204.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 103 | 0.19 | 0 | 0.56 | 0.09 | 80.47 | 0.74 | 0.66 |
| Hex | BC | E8 | 67 | 13 | 0 | 38 | 9 | 50 | 4A | 42 |
| Octal | 274 | 350 | 147 | 23 | 0 | 70 | 11 | 120 | 112 | 102 |
| Binary | 10111100 | 11101000 | 1100111 | 10011 | 0 | 111000 | 1001 | 1010000 | 1001010 | 1000010 |
Color Harmonies of #BCE867
Complementary color
Monochromatic Colors of #BCE867
Black with #BCE867
Text Example
Text Example
White with #BCE867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE867; }
p { color: rgb(188,232,103); }
H1.HeaderClassName
{
color: #BCE867;
}
.AnyTagClassName
{
color: #BCE867;
}
</style>
background-color css
<style>
a { background-color: #BCE867; }
a { background-color: rgb(188,232,103); }
div.DivClassName
{
background-color: #BCE867;
}
.BgClassName
{
background-color: #BCE867;
}
</style>
border-color css
<style>
span { border-color: #BCE867; }
span { border-color: rgb(188,232,103); }
td.TdClassName
{
border-color: #BCE867;
}
.TagClassName
{
border-color: #BCE867;
}
</style>