Shades of Earls Green #BBB22B
Tints of Earls Green #BBB22B
RGB
CMYK
RGB Variations
Color information
#BBB22B (or 0xBBB22B) is known color: Earls Green. HEX triplet: BB, B2 and 2B. RGB value is (187,178,43). Sum of RGB (Red+Green+Blue) = 187+178+43=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB22B is #444DD4. Grayscale: #A5A5A5. Windows color (decimal): -4476373 or 2863803. OLE color: 2863803.
HSL color Cylindrical-coordinate representation of color #BBB22B: hue angle of 56.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBB22B is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 43 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.27 |
| HSL | 56.25º | 0.63% | 0.45% | - |
| HSV(B) | 56.25º | 0.77% | 0.73% | - |
| XYZ | 36.85 | 42.58 | 8.56 | - |
| YUV | 165.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 43 | 0 | 0.05 | 0.77 | 0.27 | 56.25 | 0.63 | 0.45 |
| Hex | BB | B2 | 2B | 0 | 5 | 4D | 1B | 38 | 3F | 2D |
| Octal | 273 | 262 | 53 | 0 | 5 | 115 | 33 | 70 | 77 | 55 |
| Binary | 10111011 | 10110010 | 101011 | 0 | 101 | 1001101 | 11011 | 111000 | 111111 | 101101 |
Color Harmonies of #BBB22B
Complementary color
Monochromatic Colors of #BBB22B
Black with #BBB22B
Text Example
Text Example
White with #BBB22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB22B; }
p { color: rgb(187,178,43); }
H1.HeaderClassName
{
color: #BBB22B;
}
.AnyTagClassName
{
color: #BBB22B;
}
</style>
background-color css
<style>
a { background-color: #BBB22B; }
a { background-color: rgb(187,178,43); }
div.DivClassName
{
background-color: #BBB22B;
}
.BgClassName
{
background-color: #BBB22B;
}
</style>
border-color css
<style>
span { border-color: #BBB22B; }
span { border-color: rgb(187,178,43); }
td.TdClassName
{
border-color: #BBB22B;
}
.TagClassName
{
border-color: #BBB22B;
}
</style>