Shades of Earls Green #BBAA28
Tints of Earls Green #BBAA28
RGB
CMYK
RGB Variations
Color information
#BBAA28 (or 0xBBAA28) is known color: Earls Green. HEX triplet: BB, AA and 28. RGB value is (187,170,40). Sum of RGB (Red+Green+Blue) = 187+170+40=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA28 is #4455D7. Grayscale: #A0A0A0. Windows color (decimal): -4478424 or 2665147. OLE color: 2665147.
HSL color Cylindrical-coordinate representation of color #BBAA28: hue angle of 53.06º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBAA28 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 40 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.27 |
| HSL | 53.06º | 0.65% | 0.45% | - |
| HSV(B) | 53.06º | 0.79% | 0.73% | - |
| XYZ | 35.25 | 39.47 | 7.77 | - |
| YUV | 160.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 40 | 0 | 0.09 | 0.79 | 0.27 | 53.06 | 0.65 | 0.45 |
| Hex | BB | AA | 28 | 0 | 9 | 4F | 1B | 35 | 41 | 2D |
| Octal | 273 | 252 | 50 | 0 | 11 | 117 | 33 | 65 | 101 | 55 |
| Binary | 10111011 | 10101010 | 101000 | 0 | 1001 | 1001111 | 11011 | 110101 | 1000001 | 101101 |
Color Harmonies of #BBAA28
Complementary color
Monochromatic Colors of #BBAA28
Black with #BBAA28
Text Example
Text Example
White with #BBAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA28; }
p { color: rgb(187,170,40); }
H1.HeaderClassName
{
color: #BBAA28;
}
.AnyTagClassName
{
color: #BBAA28;
}
</style>
background-color css
<style>
a { background-color: #BBAA28; }
a { background-color: rgb(187,170,40); }
div.DivClassName
{
background-color: #BBAA28;
}
.BgClassName
{
background-color: #BBAA28;
}
</style>
border-color css
<style>
span { border-color: #BBAA28; }
span { border-color: rgb(187,170,40); }
td.TdClassName
{
border-color: #BBAA28;
}
.TagClassName
{
border-color: #BBAA28;
}
</style>