Shades of Conifer #BCE951
Tints of Conifer #BCE951
RGB
CMYK
RGB Variations
Color information
#BCE951 (or 0xBCE951) is known color: Conifer. HEX triplet: BC, E9 and 51. RGB value is (188,233,81). Sum of RGB (Red+Green+Blue) = 188+233+81=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE951 is #4316AE. Grayscale: #CACACA. Windows color (decimal): -4396719 or 5368252. OLE color: 5368252.
HSL color Cylindrical-coordinate representation of color #BCE951: hue angle of 77.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCE951 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 81 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.09 |
| HSL | 77.76º | 0.78% | 0.62% | - |
| HSV(B) | 77.76º | 0.65% | 0.91% | - |
| XYZ | 51.36 | 69.56 | 18.5 | - |
| YUV | 202.22 | 59.59 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 81 | 0.19 | 0 | 0.65 | 0.09 | 77.76 | 0.78 | 0.62 |
| Hex | BC | E9 | 51 | 13 | 0 | 41 | 9 | 4E | 4E | 3E |
| Octal | 274 | 351 | 121 | 23 | 0 | 101 | 11 | 116 | 116 | 76 |
| Binary | 10111100 | 11101001 | 1010001 | 10011 | 0 | 1000001 | 1001 | 1001110 | 1001110 | 111110 |
Color Harmonies of #BCE951
Complementary color
Monochromatic Colors of #BCE951
Black with #BCE951
Text Example
Text Example
White with #BCE951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE951; }
p { color: rgb(188,233,81); }
H1.HeaderClassName
{
color: #BCE951;
}
.AnyTagClassName
{
color: #BCE951;
}
</style>
background-color css
<style>
a { background-color: #BCE951; }
a { background-color: rgb(188,233,81); }
div.DivClassName
{
background-color: #BCE951;
}
.BgClassName
{
background-color: #BCE951;
}
</style>
border-color css
<style>
span { border-color: #BCE951; }
span { border-color: rgb(188,233,81); }
td.TdClassName
{
border-color: #BCE951;
}
.TagClassName
{
border-color: #BCE951;
}
</style>