Shades of Conifer #BCEC66
Tints of Conifer #BCEC66
RGB
CMYK
RGB Variations
Color information
#BCEC66 (or 0xBCEC66) is known color: Conifer. HEX triplet: BC, EC and 66. RGB value is (188,236,102). Sum of RGB (Red+Green+Blue) = 188+236+102=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC66 is #431399. Grayscale: #CECECE. Windows color (decimal): -4395930 or 6745276. OLE color: 6745276.
HSL color Cylindrical-coordinate representation of color #BCEC66: hue angle of 81.49º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCEC66 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 102 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.07 |
| HSL | 81.49º | 0.78% | 0.66% | - |
| HSV(B) | 81.49º | 0.57% | 0.93% | - |
| XYZ | 53.13 | 71.64 | 23.6 | - |
| YUV | 206.37 | 69.1 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 102 | 0.20 | 0 | 0.57 | 0.07 | 81.49 | 0.78 | 0.66 |
| Hex | BC | EC | 66 | 14 | 0 | 39 | 7 | 51 | 4E | 42 |
| Octal | 274 | 354 | 146 | 24 | 0 | 71 | 7 | 121 | 116 | 102 |
| Binary | 10111100 | 11101100 | 1100110 | 10100 | 0 | 111001 | 111 | 1010001 | 1001110 | 1000010 |
Color Harmonies of #BCEC66
Complementary color
Monochromatic Colors of #BCEC66
Black with #BCEC66
Text Example
Text Example
White with #BCEC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC66; }
p { color: rgb(188,236,102); }
H1.HeaderClassName
{
color: #BCEC66;
}
.AnyTagClassName
{
color: #BCEC66;
}
</style>
background-color css
<style>
a { background-color: #BCEC66; }
a { background-color: rgb(188,236,102); }
div.DivClassName
{
background-color: #BCEC66;
}
.BgClassName
{
background-color: #BCEC66;
}
</style>
border-color css
<style>
span { border-color: #BCEC66; }
span { border-color: rgb(188,236,102); }
td.TdClassName
{
border-color: #BCEC66;
}
.TagClassName
{
border-color: #BCEC66;
}
</style>