Shades of Conifer #BBEC56
Tints of Conifer #BBEC56
RGB
CMYK
RGB Variations
Color information
#BBEC56 (or 0xBBEC56) is known color: Conifer. HEX triplet: BB, EC and 56. RGB value is (187,236,86). Sum of RGB (Red+Green+Blue) = 187+236+86=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC56 is #4413A9. Grayscale: #CCCCCC. Windows color (decimal): -4461482 or 5696699. OLE color: 5696699.
HSL color Cylindrical-coordinate representation of color #BBEC56: hue angle of 79.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBEC56 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 86 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.07 |
| HSL | 79.6º | 0.8% | 0.63% | - |
| HSV(B) | 79.6º | 0.64% | 0.93% | - |
| XYZ | 52.17 | 71.23 | 19.8 | - |
| YUV | 204.25 | 61.27 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 86 | 0.21 | 0 | 0.64 | 0.07 | 79.6 | 0.8 | 0.63 |
| Hex | BB | EC | 56 | 15 | 0 | 40 | 7 | 50 | 50 | 3F |
| Octal | 273 | 354 | 126 | 25 | 0 | 100 | 7 | 120 | 120 | 77 |
| Binary | 10111011 | 11101100 | 1010110 | 10101 | 0 | 1000000 | 111 | 1010000 | 1010000 | 111111 |
Color Harmonies of #BBEC56
Complementary color
Monochromatic Colors of #BBEC56
Black with #BBEC56
Text Example
Text Example
White with #BBEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC56; }
p { color: rgb(187,236,86); }
H1.HeaderClassName
{
color: #BBEC56;
}
.AnyTagClassName
{
color: #BBEC56;
}
</style>
background-color css
<style>
a { background-color: #BBEC56; }
a { background-color: rgb(187,236,86); }
div.DivClassName
{
background-color: #BBEC56;
}
.BgClassName
{
background-color: #BBEC56;
}
</style>
border-color css
<style>
span { border-color: #BBEC56; }
span { border-color: rgb(187,236,86); }
td.TdClassName
{
border-color: #BBEC56;
}
.TagClassName
{
border-color: #BBEC56;
}
</style>