Shades of Conifer #BCE060
Tints of Conifer #BCE060
RGB
CMYK
RGB Variations
Color information
#BCE060 (or 0xBCE060) is known color: Conifer. HEX triplet: BC, E0 and 60. RGB value is (188,224,96). Sum of RGB (Red+Green+Blue) = 188+224+96=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE060 is #431F9F. Grayscale: #C7C7C7. Windows color (decimal): -4399008 or 6348988. OLE color: 6348988.
HSL color Cylindrical-coordinate representation of color #BCE060: hue angle of 76.88º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCE060 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 96 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.12 |
| HSL | 76.88º | 0.67% | 0.63% | - |
| HSV(B) | 76.88º | 0.57% | 0.88% | - |
| XYZ | 49.51 | 64.85 | 20.97 | - |
| YUV | 198.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 96 | 0.16 | 0 | 0.57 | 0.12 | 76.88 | 0.67 | 0.63 |
| Hex | BC | E0 | 60 | 10 | 0 | 39 | C | 4D | 43 | 3F |
| Octal | 274 | 340 | 140 | 20 | 0 | 71 | 14 | 115 | 103 | 77 |
| Binary | 10111100 | 11100000 | 1100000 | 10000 | 0 | 111001 | 1100 | 1001101 | 1000011 | 111111 |
Color Harmonies of #BCE060
Complementary color
Monochromatic Colors of #BCE060
Black with #BCE060
Text Example
Text Example
White with #BCE060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE060; }
p { color: rgb(188,224,96); }
H1.HeaderClassName
{
color: #BCE060;
}
.AnyTagClassName
{
color: #BCE060;
}
</style>
background-color css
<style>
a { background-color: #BCE060; }
a { background-color: rgb(188,224,96); }
div.DivClassName
{
background-color: #BCE060;
}
.BgClassName
{
background-color: #BCE060;
}
</style>
border-color css
<style>
span { border-color: #BCE060; }
span { border-color: rgb(188,224,96); }
td.TdClassName
{
border-color: #BCE060;
}
.TagClassName
{
border-color: #BCE060;
}
</style>