Shades of Conifer #BCEC65
Tints of Conifer #BCEC65
RGB
CMYK
RGB Variations
Color information
#BCEC65 (or 0xBCEC65) is known color: Conifer. HEX triplet: BC, EC and 65. RGB value is (188,236,101). Sum of RGB (Red+Green+Blue) = 188+236+101=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC65 is #43139A. Grayscale: #CECECE. Windows color (decimal): -4395931 or 6679740. OLE color: 6679740.
HSL color Cylindrical-coordinate representation of color #BCEC65: hue angle of 81.33º 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 #BCEC65 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 101 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.07 |
| HSL | 81.33º | 0.78% | 0.66% | - |
| HSV(B) | 81.33º | 0.57% | 0.93% | - |
| XYZ | 53.08 | 71.62 | 23.34 | - |
| YUV | 206.26 | 68.6 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 101 | 0.20 | 0 | 0.57 | 0.07 | 81.33 | 0.78 | 0.66 |
| Hex | BC | EC | 65 | 14 | 0 | 39 | 7 | 51 | 4E | 42 |
| Octal | 274 | 354 | 145 | 24 | 0 | 71 | 7 | 121 | 116 | 102 |
| Binary | 10111100 | 11101100 | 1100101 | 10100 | 0 | 111001 | 111 | 1010001 | 1001110 | 1000010 |
Color Harmonies of #BCEC65
Complementary color
Monochromatic Colors of #BCEC65
Black with #BCEC65
Text Example
Text Example
White with #BCEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC65; }
p { color: rgb(188,236,101); }
H1.HeaderClassName
{
color: #BCEC65;
}
.AnyTagClassName
{
color: #BCEC65;
}
</style>
background-color css
<style>
a { background-color: #BCEC65; }
a { background-color: rgb(188,236,101); }
div.DivClassName
{
background-color: #BCEC65;
}
.BgClassName
{
background-color: #BCEC65;
}
</style>
border-color css
<style>
span { border-color: #BCEC65; }
span { border-color: rgb(188,236,101); }
td.TdClassName
{
border-color: #BCEC65;
}
.TagClassName
{
border-color: #BCEC65;
}
</style>