Shades of Conifer #BBEC44
Tints of Conifer #BBEC44
RGB
CMYK
RGB Variations
Color information
#BBEC44 (or 0xBBEC44) is known color: Conifer. HEX triplet: BB, EC and 44. RGB value is (187,236,68). Sum of RGB (Red+Green+Blue) = 187+236+68=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 68 (26.95% from 255 or 13.85% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEC44 is #4413BB. Grayscale: #CACACA. Windows color (decimal): -4461500 or 4517051. OLE color: 4517051.
HSL color Cylindrical-coordinate representation of color #BBEC44: hue angle of 77.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBEC44 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 68 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.07 |
| HSL | 77.5º | 0.82% | 0.6% | - |
| HSV(B) | 77.5º | 0.71% | 0.93% | - |
| XYZ | 51.53 | 70.97 | 16.45 | - |
| YUV | 202.2 | 52.27 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 68 | 0.21 | 0 | 0.71 | 0.07 | 77.5 | 0.82 | 0.6 |
| Hex | BB | EC | 44 | 15 | 0 | 47 | 7 | 4E | 52 | 3C |
| Octal | 273 | 354 | 104 | 25 | 0 | 107 | 7 | 116 | 122 | 74 |
| Binary | 10111011 | 11101100 | 1000100 | 10101 | 0 | 1000111 | 111 | 1001110 | 1010010 | 111100 |
Color Harmonies of #BBEC44
Complementary color
Monochromatic Colors of #BBEC44
Black with #BBEC44
Text Example
Text Example
White with #BBEC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC44; }
p { color: rgb(187,236,68); }
H1.HeaderClassName
{
color: #BBEC44;
}
.AnyTagClassName
{
color: #BBEC44;
}
</style>
background-color css
<style>
a { background-color: #BBEC44; }
a { background-color: rgb(187,236,68); }
div.DivClassName
{
background-color: #BBEC44;
}
.BgClassName
{
background-color: #BBEC44;
}
</style>
border-color css
<style>
span { border-color: #BBEC44; }
span { border-color: rgb(187,236,68); }
td.TdClassName
{
border-color: #BBEC44;
}
.TagClassName
{
border-color: #BBEC44;
}
</style>