Shades of Earls Green #BBA913
Tints of Earls Green #BBA913
RGB
CMYK
RGB Variations
Color information
#BBA913 (or 0xBBA913) is known color: Earls Green. HEX triplet: BB, A9 and 13. RGB value is (187,169,19). Sum of RGB (Red+Green+Blue) = 187+169+19=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA913 is #4456EC. Grayscale: #9D9D9D. Windows color (decimal): -4478701 or 1288635. OLE color: 1288635.
HSL color Cylindrical-coordinate representation of color #BBA913: hue angle of 53.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBA913 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 19 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.27 |
| HSL | 53.57º | 0.82% | 0.4% | - |
| HSV(B) | 53.57º | 0.9% | 0.73% | - |
| XYZ | 34.8 | 38.99 | 6.31 | - |
| YUV | 157.28 | 49.96 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 19 | 0 | 0.10 | 0.90 | 0.27 | 53.57 | 0.82 | 0.4 |
| Hex | BB | A9 | 13 | 0 | A | 5A | 1B | 36 | 52 | 28 |
| Octal | 273 | 251 | 23 | 0 | 12 | 132 | 33 | 66 | 122 | 50 |
| Binary | 10111011 | 10101001 | 10011 | 0 | 1010 | 1011010 | 11011 | 110110 | 1010010 | 101000 |
Color Harmonies of #BBA913
Complementary color
Monochromatic Colors of #BBA913
Black with #BBA913
Text Example
Text Example
White with #BBA913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA913; }
p { color: rgb(187,169,19); }
H1.HeaderClassName
{
color: #BBA913;
}
.AnyTagClassName
{
color: #BBA913;
}
</style>
background-color css
<style>
a { background-color: #BBA913; }
a { background-color: rgb(187,169,19); }
div.DivClassName
{
background-color: #BBA913;
}
.BgClassName
{
background-color: #BBA913;
}
</style>
border-color css
<style>
span { border-color: #BBA913; }
span { border-color: rgb(187,169,19); }
td.TdClassName
{
border-color: #BBA913;
}
.TagClassName
{
border-color: #BBA913;
}
</style>