Shades of Conifer #BCEC63
Tints of Conifer #BCEC63
RGB
CMYK
RGB Variations
Color information
#BCEC63 (or 0xBCEC63) is known color: Conifer. HEX triplet: BC, EC and 63. RGB value is (188,236,99). Sum of RGB (Red+Green+Blue) = 188+236+99=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC63 is #43139C. Grayscale: #CECECE. Windows color (decimal): -4395933 or 6548668. OLE color: 6548668.
HSL color Cylindrical-coordinate representation of color #BCEC63: hue angle of 81.02º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCEC63 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 99 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.07 |
| HSL | 81.02º | 0.78% | 0.66% | - |
| HSV(B) | 81.02º | 0.58% | 0.93% | - |
| XYZ | 52.99 | 71.58 | 22.83 | - |
| YUV | 206.03 | 67.6 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 99 | 0.20 | 0 | 0.58 | 0.07 | 81.02 | 0.78 | 0.66 |
| Hex | BC | EC | 63 | 14 | 0 | 3A | 7 | 51 | 4E | 42 |
| Octal | 274 | 354 | 143 | 24 | 0 | 72 | 7 | 121 | 116 | 102 |
| Binary | 10111100 | 11101100 | 1100011 | 10100 | 0 | 111010 | 111 | 1010001 | 1001110 | 1000010 |
Color Harmonies of #BCEC63
Complementary color
Monochromatic Colors of #BCEC63
Black with #BCEC63
Text Example
Text Example
White with #BCEC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC63; }
p { color: rgb(188,236,99); }
H1.HeaderClassName
{
color: #BCEC63;
}
.AnyTagClassName
{
color: #BCEC63;
}
</style>
background-color css
<style>
a { background-color: #BCEC63; }
a { background-color: rgb(188,236,99); }
div.DivClassName
{
background-color: #BCEC63;
}
.BgClassName
{
background-color: #BCEC63;
}
</style>
border-color css
<style>
span { border-color: #BCEC63; }
span { border-color: rgb(188,236,99); }
td.TdClassName
{
border-color: #BCEC63;
}
.TagClassName
{
border-color: #BCEC63;
}
</style>