Shades of Conifer #BBEC60
Tints of Conifer #BBEC60
RGB
CMYK
RGB Variations
Color information
#BBEC60 (or 0xBBEC60) is known color: Conifer. HEX triplet: BB, EC and 60. RGB value is (187,236,96). Sum of RGB (Red+Green+Blue) = 187+236+96=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC60 is #44139F. Grayscale: #CDCDCD. Windows color (decimal): -4461472 or 6352059. OLE color: 6352059.
HSL color Cylindrical-coordinate representation of color #BBEC60: hue angle of 81º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBEC60 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 96 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.07 |
| HSL | 81º | 0.79% | 0.65% | - |
| HSV(B) | 81º | 0.59% | 0.93% | - |
| XYZ | 52.6 | 71.4 | 22.08 | - |
| YUV | 205.39 | 66.27 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 96 | 0.21 | 0 | 0.59 | 0.07 | 81 | 0.79 | 0.65 |
| Hex | BB | EC | 60 | 15 | 0 | 3B | 7 | 51 | 4F | 41 |
| Octal | 273 | 354 | 140 | 25 | 0 | 73 | 7 | 121 | 117 | 101 |
| Binary | 10111011 | 11101100 | 1100000 | 10101 | 0 | 111011 | 111 | 1010001 | 1001111 | 1000001 |
Color Harmonies of #BBEC60
Complementary color
Monochromatic Colors of #BBEC60
Black with #BBEC60
Text Example
Text Example
White with #BBEC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC60; }
p { color: rgb(187,236,96); }
H1.HeaderClassName
{
color: #BBEC60;
}
.AnyTagClassName
{
color: #BBEC60;
}
</style>
background-color css
<style>
a { background-color: #BBEC60; }
a { background-color: rgb(187,236,96); }
div.DivClassName
{
background-color: #BBEC60;
}
.BgClassName
{
background-color: #BBEC60;
}
</style>
border-color css
<style>
span { border-color: #BBEC60; }
span { border-color: rgb(187,236,96); }
td.TdClassName
{
border-color: #BBEC60;
}
.TagClassName
{
border-color: #BBEC60;
}
</style>