Shades of Earls Green #B9A319
Tints of Earls Green #B9A319
RGB
CMYK
RGB Variations
Color information
#B9A319 (or 0xB9A319) is known color: Earls Green. HEX triplet: B9, A3 and 19. RGB value is (185,163,25). Sum of RGB (Red+Green+Blue) = 185+163+25=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A319 is #465CE6. Grayscale: #9A9A9A. Windows color (decimal): -4611303 or 1680313. OLE color: 1680313.
HSL color Cylindrical-coordinate representation of color #B9A319: hue angle of 51.75º 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 #B9A319 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 25 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.27 |
| HSL | 51.75º | 0.76% | 0.41% | - |
| HSV(B) | 51.75º | 0.86% | 0.73% | - |
| XYZ | 33.28 | 36.58 | 6.23 | - |
| YUV | 153.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 25 | 0 | 0.12 | 0.86 | 0.27 | 51.75 | 0.76 | 0.41 |
| Hex | B9 | A3 | 19 | 0 | C | 56 | 1B | 34 | 4C | 29 |
| Octal | 271 | 243 | 31 | 0 | 14 | 126 | 33 | 64 | 114 | 51 |
| Binary | 10111001 | 10100011 | 11001 | 0 | 1100 | 1010110 | 11011 | 110100 | 1001100 | 101001 |
Color Harmonies of #B9A319
Complementary color
Monochromatic Colors of #B9A319
Black with #B9A319
Text Example
Text Example
White with #B9A319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A319; }
p { color: rgb(185,163,25); }
H1.HeaderClassName
{
color: #B9A319;
}
.AnyTagClassName
{
color: #B9A319;
}
</style>
background-color css
<style>
a { background-color: #B9A319; }
a { background-color: rgb(185,163,25); }
div.DivClassName
{
background-color: #B9A319;
}
.BgClassName
{
background-color: #B9A319;
}
</style>
border-color css
<style>
span { border-color: #B9A319; }
span { border-color: rgb(185,163,25); }
td.TdClassName
{
border-color: #B9A319;
}
.TagClassName
{
border-color: #B9A319;
}
</style>