Shades of Earls Green #BBAC24
Tints of Earls Green #BBAC24
RGB
CMYK
RGB Variations
Color information
#BBAC24 (or 0xBBAC24) is known color: Earls Green. HEX triplet: BB, AC and 24. RGB value is (187,172,36). Sum of RGB (Red+Green+Blue) = 187+172+36=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC24 is #4453DB. Grayscale: #A1A1A1. Windows color (decimal): -4477916 or 2403515. OLE color: 2403515.
HSL color Cylindrical-coordinate representation of color #BBAC24: hue angle of 54.04º 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 #BBAC24 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 36 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.27 |
| HSL | 54.04º | 0.68% | 0.44% | - |
| HSV(B) | 54.04º | 0.81% | 0.73% | - |
| XYZ | 35.56 | 40.2 | 7.55 | - |
| YUV | 160.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 36 | 0 | 0.08 | 0.81 | 0.27 | 54.04 | 0.68 | 0.44 |
| Hex | BB | AC | 24 | 0 | 8 | 51 | 1B | 36 | 44 | 2C |
| Octal | 273 | 254 | 44 | 0 | 10 | 121 | 33 | 66 | 104 | 54 |
| Binary | 10111011 | 10101100 | 100100 | 0 | 1000 | 1010001 | 11011 | 110110 | 1000100 | 101100 |
Color Harmonies of #BBAC24
Complementary color
Monochromatic Colors of #BBAC24
Black with #BBAC24
Text Example
Text Example
White with #BBAC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC24; }
p { color: rgb(187,172,36); }
H1.HeaderClassName
{
color: #BBAC24;
}
.AnyTagClassName
{
color: #BBAC24;
}
</style>
background-color css
<style>
a { background-color: #BBAC24; }
a { background-color: rgb(187,172,36); }
div.DivClassName
{
background-color: #BBAC24;
}
.BgClassName
{
background-color: #BBAC24;
}
</style>
border-color css
<style>
span { border-color: #BBAC24; }
span { border-color: rgb(187,172,36); }
td.TdClassName
{
border-color: #BBAC24;
}
.TagClassName
{
border-color: #BBAC24;
}
</style>