Shades of Earls Green #BBAA2B
Tints of Earls Green #BBAA2B
RGB
CMYK
RGB Variations
Color information
#BBAA2B (or 0xBBAA2B) is known color: Earls Green. HEX triplet: BB, AA and 2B. RGB value is (187,170,43). Sum of RGB (Red+Green+Blue) = 187+170+43=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA2B is #4455D4. Grayscale: #A1A1A1. Windows color (decimal): -4478421 or 2861755. OLE color: 2861755.
HSL color Cylindrical-coordinate representation of color #BBAA2B: hue angle of 52.92º 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 #BBAA2B is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 43 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.27 |
| HSL | 52.92º | 0.63% | 0.45% | - |
| HSV(B) | 52.92º | 0.77% | 0.73% | - |
| XYZ | 35.3 | 39.49 | 8.05 | - |
| YUV | 160.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 43 | 0 | 0.09 | 0.77 | 0.27 | 52.92 | 0.63 | 0.45 |
| Hex | BB | AA | 2B | 0 | 9 | 4D | 1B | 35 | 3F | 2D |
| Octal | 273 | 252 | 53 | 0 | 11 | 115 | 33 | 65 | 77 | 55 |
| Binary | 10111011 | 10101010 | 101011 | 0 | 1001 | 1001101 | 11011 | 110101 | 111111 | 101101 |
Color Harmonies of #BBAA2B
Complementary color
Monochromatic Colors of #BBAA2B
Black with #BBAA2B
Text Example
Text Example
White with #BBAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA2B; }
p { color: rgb(187,170,43); }
H1.HeaderClassName
{
color: #BBAA2B;
}
.AnyTagClassName
{
color: #BBAA2B;
}
</style>
background-color css
<style>
a { background-color: #BBAA2B; }
a { background-color: rgb(187,170,43); }
div.DivClassName
{
background-color: #BBAA2B;
}
.BgClassName
{
background-color: #BBAA2B;
}
</style>
border-color css
<style>
span { border-color: #BBAA2B; }
span { border-color: rgb(187,170,43); }
td.TdClassName
{
border-color: #BBAA2B;
}
.TagClassName
{
border-color: #BBAA2B;
}
</style>