Shades of Earls Green #BBA924
Tints of Earls Green #BBA924
RGB
CMYK
RGB Variations
Color information
#BBA924 (or 0xBBA924) is known color: Earls Green. HEX triplet: BB, A9 and 24. RGB value is (187,169,36). Sum of RGB (Red+Green+Blue) = 187+169+36=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA924 is #4456DB. Grayscale: #9F9F9F. Windows color (decimal): -4478684 or 2402747. OLE color: 2402747.
HSL color Cylindrical-coordinate representation of color #BBA924: hue angle of 52.85º 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 #BBA924 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 36 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.27 |
| HSL | 52.85º | 0.68% | 0.44% | - |
| HSV(B) | 52.85º | 0.81% | 0.73% | - |
| XYZ | 35 | 39.07 | 7.37 | - |
| YUV | 159.22 | 58.46 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 36 | 0 | 0.10 | 0.81 | 0.27 | 52.85 | 0.68 | 0.44 |
| Hex | BB | A9 | 24 | 0 | A | 51 | 1B | 35 | 44 | 2C |
| Octal | 273 | 251 | 44 | 0 | 12 | 121 | 33 | 65 | 104 | 54 |
| Binary | 10111011 | 10101001 | 100100 | 0 | 1010 | 1010001 | 11011 | 110101 | 1000100 | 101100 |
Color Harmonies of #BBA924
Complementary color
Monochromatic Colors of #BBA924
Black with #BBA924
Text Example
Text Example
White with #BBA924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA924; }
p { color: rgb(187,169,36); }
H1.HeaderClassName
{
color: #BBA924;
}
.AnyTagClassName
{
color: #BBA924;
}
</style>
background-color css
<style>
a { background-color: #BBA924; }
a { background-color: rgb(187,169,36); }
div.DivClassName
{
background-color: #BBA924;
}
.BgClassName
{
background-color: #BBA924;
}
</style>
border-color css
<style>
span { border-color: #BBA924; }
span { border-color: rgb(187,169,36); }
td.TdClassName
{
border-color: #BBA924;
}
.TagClassName
{
border-color: #BBA924;
}
</style>