Shades of Earls Green #BBAC28
Tints of Earls Green #BBAC28
RGB
CMYK
RGB Variations
Color information
#BBAC28 (or 0xBBAC28) is known color: Earls Green. HEX triplet: BB, AC and 28. RGB value is (187,172,40). Sum of RGB (Red+Green+Blue) = 187+172+40=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC28 is #4453D7. Grayscale: #A1A1A1. Windows color (decimal): -4477912 or 2665659. OLE color: 2665659.
HSL color Cylindrical-coordinate representation of color #BBAC28: hue angle of 53.88º 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 #BBAC28 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 40 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.27 |
| HSL | 53.88º | 0.65% | 0.45% | - |
| HSV(B) | 53.88º | 0.79% | 0.73% | - |
| XYZ | 35.63 | 40.22 | 7.89 | - |
| YUV | 161.44 | 59.47 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 40 | 0 | 0.08 | 0.79 | 0.27 | 53.88 | 0.65 | 0.45 |
| Hex | BB | AC | 28 | 0 | 8 | 4F | 1B | 36 | 41 | 2D |
| Octal | 273 | 254 | 50 | 0 | 10 | 117 | 33 | 66 | 101 | 55 |
| Binary | 10111011 | 10101100 | 101000 | 0 | 1000 | 1001111 | 11011 | 110110 | 1000001 | 101101 |
Color Harmonies of #BBAC28
Complementary color
Monochromatic Colors of #BBAC28
Black with #BBAC28
Text Example
Text Example
White with #BBAC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC28; }
p { color: rgb(187,172,40); }
H1.HeaderClassName
{
color: #BBAC28;
}
.AnyTagClassName
{
color: #BBAC28;
}
</style>
background-color css
<style>
a { background-color: #BBAC28; }
a { background-color: rgb(187,172,40); }
div.DivClassName
{
background-color: #BBAC28;
}
.BgClassName
{
background-color: #BBAC28;
}
</style>
border-color css
<style>
span { border-color: #BBAC28; }
span { border-color: rgb(187,172,40); }
td.TdClassName
{
border-color: #BBAC28;
}
.TagClassName
{
border-color: #BBAC28;
}
</style>