Shades of Conifer #BCE260
Tints of Conifer #BCE260
RGB
CMYK
RGB Variations
Color information
#BCE260 (or 0xBCE260) is known color: Conifer. HEX triplet: BC, E2 and 60. RGB value is (188,226,96). Sum of RGB (Red+Green+Blue) = 188+226+96=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE260 is #431D9F. Grayscale: #C8C8C8. Windows color (decimal): -4398496 or 6349500. OLE color: 6349500.
HSL color Cylindrical-coordinate representation of color #BCE260: hue angle of 77.54º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCE260 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 96 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.11 |
| HSL | 77.54º | 0.69% | 0.63% | - |
| HSV(B) | 77.54º | 0.58% | 0.89% | - |
| XYZ | 50.05 | 65.93 | 21.15 | - |
| YUV | 199.82 | 69.41 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 96 | 0.17 | 0 | 0.58 | 0.11 | 77.54 | 0.69 | 0.63 |
| Hex | BC | E2 | 60 | 11 | 0 | 3A | B | 4E | 45 | 3F |
| Octal | 274 | 342 | 140 | 21 | 0 | 72 | 13 | 116 | 105 | 77 |
| Binary | 10111100 | 11100010 | 1100000 | 10001 | 0 | 111010 | 1011 | 1001110 | 1000101 | 111111 |
Color Harmonies of #BCE260
Complementary color
Monochromatic Colors of #BCE260
Black with #BCE260
Text Example
Text Example
White with #BCE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE260; }
p { color: rgb(188,226,96); }
H1.HeaderClassName
{
color: #BCE260;
}
.AnyTagClassName
{
color: #BCE260;
}
</style>
background-color css
<style>
a { background-color: #BCE260; }
a { background-color: rgb(188,226,96); }
div.DivClassName
{
background-color: #BCE260;
}
.BgClassName
{
background-color: #BCE260;
}
</style>
border-color css
<style>
span { border-color: #BCE260; }
span { border-color: rgb(188,226,96); }
td.TdClassName
{
border-color: #BCE260;
}
.TagClassName
{
border-color: #BCE260;
}
</style>