Shades of Conifer #BBE044
Tints of Conifer #BBE044
RGB
CMYK
RGB Variations
Color information
#BBE044 (or 0xBBE044) is known color: Conifer. HEX triplet: BB, E0 and 44. RGB value is (187,224,68). Sum of RGB (Red+Green+Blue) = 187+224+68=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE044 is #441FBB. Grayscale: #C3C3C3. Windows color (decimal): -4464572 or 4513979. OLE color: 4513979.
HSL color Cylindrical-coordinate representation of color #BBE044: hue angle of 74.23º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBE044 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 68 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.12 |
| HSL | 74.23º | 0.72% | 0.57% | - |
| HSV(B) | 74.23º | 0.7% | 0.88% | - |
| XYZ | 48.19 | 64.29 | 15.34 | - |
| YUV | 195.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 68 | 0.17 | 0 | 0.70 | 0.12 | 74.23 | 0.72 | 0.57 |
| Hex | BB | E0 | 44 | 11 | 0 | 46 | C | 4A | 48 | 39 |
| Octal | 273 | 340 | 104 | 21 | 0 | 106 | 14 | 112 | 110 | 71 |
| Binary | 10111011 | 11100000 | 1000100 | 10001 | 0 | 1000110 | 1100 | 1001010 | 1001000 | 111001 |
Color Harmonies of #BBE044
Complementary color
Monochromatic Colors of #BBE044
Black with #BBE044
Text Example
Text Example
White with #BBE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE044; }
p { color: rgb(187,224,68); }
H1.HeaderClassName
{
color: #BBE044;
}
.AnyTagClassName
{
color: #BBE044;
}
</style>
background-color css
<style>
a { background-color: #BBE044; }
a { background-color: rgb(187,224,68); }
div.DivClassName
{
background-color: #BBE044;
}
.BgClassName
{
background-color: #BBE044;
}
</style>
border-color css
<style>
span { border-color: #BBE044; }
span { border-color: rgb(187,224,68); }
td.TdClassName
{
border-color: #BBE044;
}
.TagClassName
{
border-color: #BBE044;
}
</style>