Shades of Earls Green #BBA919
Tints of Earls Green #BBA919
RGB
CMYK
RGB Variations
Color information
#BBA919 (or 0xBBA919) is known color: Earls Green. HEX triplet: BB, A9 and 19. RGB value is (187,169,25). Sum of RGB (Red+Green+Blue) = 187+169+25=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA919 is #4456E6. Grayscale: #9E9E9E. Windows color (decimal): -4478695 or 1681851. OLE color: 1681851.
HSL color Cylindrical-coordinate representation of color #BBA919: hue angle of 53.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBA919 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 25 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.27 |
| HSL | 53.33º | 0.76% | 0.42% | - |
| HSV(B) | 53.33º | 0.87% | 0.73% | - |
| XYZ | 34.86 | 39.01 | 6.61 | - |
| YUV | 157.97 | 52.96 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 25 | 0 | 0.10 | 0.87 | 0.27 | 53.33 | 0.76 | 0.42 |
| Hex | BB | A9 | 19 | 0 | A | 57 | 1B | 35 | 4C | 2A |
| Octal | 273 | 251 | 31 | 0 | 12 | 127 | 33 | 65 | 114 | 52 |
| Binary | 10111011 | 10101001 | 11001 | 0 | 1010 | 1010111 | 11011 | 110101 | 1001100 | 101010 |
Color Harmonies of #BBA919
Complementary color
Monochromatic Colors of #BBA919
Black with #BBA919
Text Example
Text Example
White with #BBA919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA919; }
p { color: rgb(187,169,25); }
H1.HeaderClassName
{
color: #BBA919;
}
.AnyTagClassName
{
color: #BBA919;
}
</style>
background-color css
<style>
a { background-color: #BBA919; }
a { background-color: rgb(187,169,25); }
div.DivClassName
{
background-color: #BBA919;
}
.BgClassName
{
background-color: #BBA919;
}
</style>
border-color css
<style>
span { border-color: #BBA919; }
span { border-color: rgb(187,169,25); }
td.TdClassName
{
border-color: #BBA919;
}
.TagClassName
{
border-color: #BBA919;
}
</style>