Shades of Earls Green #BBAA24
Tints of Earls Green #BBAA24
RGB
CMYK
RGB Variations
Color information
#BBAA24 (or 0xBBAA24) is known color: Earls Green. HEX triplet: BB, AA and 24. RGB value is (187,170,36). Sum of RGB (Red+Green+Blue) = 187+170+36=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA24 is #4455DB. Grayscale: #A0A0A0. Windows color (decimal): -4478428 or 2403003. OLE color: 2403003.
HSL color Cylindrical-coordinate representation of color #BBAA24: hue angle of 53.25º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBAA24 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 36 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.27 |
| HSL | 53.25º | 0.68% | 0.44% | - |
| HSV(B) | 53.25º | 0.81% | 0.73% | - |
| XYZ | 35.19 | 39.44 | 7.43 | - |
| YUV | 159.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 36 | 0 | 0.09 | 0.81 | 0.27 | 53.25 | 0.68 | 0.44 |
| Hex | BB | AA | 24 | 0 | 9 | 51 | 1B | 35 | 44 | 2C |
| Octal | 273 | 252 | 44 | 0 | 11 | 121 | 33 | 65 | 104 | 54 |
| Binary | 10111011 | 10101010 | 100100 | 0 | 1001 | 1010001 | 11011 | 110101 | 1000100 | 101100 |
Color Harmonies of #BBAA24
Complementary color
Monochromatic Colors of #BBAA24
Black with #BBAA24
Text Example
Text Example
White with #BBAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA24; }
p { color: rgb(187,170,36); }
H1.HeaderClassName
{
color: #BBAA24;
}
.AnyTagClassName
{
color: #BBAA24;
}
</style>
background-color css
<style>
a { background-color: #BBAA24; }
a { background-color: rgb(187,170,36); }
div.DivClassName
{
background-color: #BBAA24;
}
.BgClassName
{
background-color: #BBAA24;
}
</style>
border-color css
<style>
span { border-color: #BBAA24; }
span { border-color: rgb(187,170,36); }
td.TdClassName
{
border-color: #BBAA24;
}
.TagClassName
{
border-color: #BBAA24;
}
</style>