Shades of Earls Green #B9A619
Tints of Earls Green #B9A619
RGB
CMYK
RGB Variations
Color information
#B9A619 (or 0xB9A619) is known color: Earls Green. HEX triplet: B9, A6 and 19. RGB value is (185,166,25). Sum of RGB (Red+Green+Blue) = 185+166+25=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A619 is #4659E6. Grayscale: #9C9C9C. Windows color (decimal): -4610535 or 1681081. OLE color: 1681081.
HSL color Cylindrical-coordinate representation of color #B9A619: hue angle of 52.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9A619 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 25 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.27 |
| HSL | 52.88º | 0.76% | 0.41% | - |
| HSV(B) | 52.88º | 0.86% | 0.73% | - |
| XYZ | 33.82 | 37.66 | 6.41 | - |
| YUV | 155.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 25 | 0 | 0.10 | 0.86 | 0.27 | 52.88 | 0.76 | 0.41 |
| Hex | B9 | A6 | 19 | 0 | A | 56 | 1B | 35 | 4C | 29 |
| Octal | 271 | 246 | 31 | 0 | 12 | 126 | 33 | 65 | 114 | 51 |
| Binary | 10111001 | 10100110 | 11001 | 0 | 1010 | 1010110 | 11011 | 110101 | 1001100 | 101001 |
Color Harmonies of #B9A619
Complementary color
Monochromatic Colors of #B9A619
Black with #B9A619
Text Example
Text Example
White with #B9A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A619; }
p { color: rgb(185,166,25); }
H1.HeaderClassName
{
color: #B9A619;
}
.AnyTagClassName
{
color: #B9A619;
}
</style>
background-color css
<style>
a { background-color: #B9A619; }
a { background-color: rgb(185,166,25); }
div.DivClassName
{
background-color: #B9A619;
}
.BgClassName
{
background-color: #B9A619;
}
</style>
border-color css
<style>
span { border-color: #B9A619; }
span { border-color: rgb(185,166,25); }
td.TdClassName
{
border-color: #B9A619;
}
.TagClassName
{
border-color: #B9A619;
}
</style>