Shades of Conifer #BBEC50
Tints of Conifer #BBEC50
RGB
CMYK
RGB Variations
Color information
#BBEC50 (or 0xBBEC50) is known color: Conifer. HEX triplet: BB, EC and 50. RGB value is (187,236,80). Sum of RGB (Red+Green+Blue) = 187+236+80=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC50 is #4413AF. Grayscale: #CCCCCC. Windows color (decimal): -4461488 or 5303483. OLE color: 5303483.
HSL color Cylindrical-coordinate representation of color #BBEC50: hue angle of 78.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBEC50 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 80 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.07 |
| HSL | 78.85º | 0.8% | 0.62% | - |
| HSV(B) | 78.85º | 0.66% | 0.93% | - |
| XYZ | 51.94 | 71.13 | 18.58 | - |
| YUV | 203.57 | 58.27 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 80 | 0.21 | 0 | 0.66 | 0.07 | 78.85 | 0.8 | 0.62 |
| Hex | BB | EC | 50 | 15 | 0 | 42 | 7 | 4F | 50 | 3E |
| Octal | 273 | 354 | 120 | 25 | 0 | 102 | 7 | 117 | 120 | 76 |
| Binary | 10111011 | 11101100 | 1010000 | 10101 | 0 | 1000010 | 111 | 1001111 | 1010000 | 111110 |
Color Harmonies of #BBEC50
Complementary color
Monochromatic Colors of #BBEC50
Black with #BBEC50
Text Example
Text Example
White with #BBEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC50; }
p { color: rgb(187,236,80); }
H1.HeaderClassName
{
color: #BBEC50;
}
.AnyTagClassName
{
color: #BBEC50;
}
</style>
background-color css
<style>
a { background-color: #BBEC50; }
a { background-color: rgb(187,236,80); }
div.DivClassName
{
background-color: #BBEC50;
}
.BgClassName
{
background-color: #BBEC50;
}
</style>
border-color css
<style>
span { border-color: #BBEC50; }
span { border-color: rgb(187,236,80); }
td.TdClassName
{
border-color: #BBEC50;
}
.TagClassName
{
border-color: #BBEC50;
}
</style>