Shades of Earls Green #B9A827
Tints of Earls Green #B9A827
RGB
CMYK
RGB Variations
Color information
#B9A827 (or 0xB9A827) is known color: Earls Green. HEX triplet: B9, A8 and 27. RGB value is (185,168,39). Sum of RGB (Red+Green+Blue) = 185+168+39=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A827 is #4657D8. Grayscale: #9E9E9E. Windows color (decimal): -4610009 or 2599097. OLE color: 2599097.
HSL color Cylindrical-coordinate representation of color #B9A827: hue angle of 53.01º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9A827 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 39 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.27 |
| HSL | 53.01º | 0.65% | 0.44% | - |
| HSV(B) | 53.01º | 0.79% | 0.73% | - |
| XYZ | 34.38 | 38.47 | 7.53 | - |
| YUV | 158.38 | 60.63 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 39 | 0 | 0.09 | 0.79 | 0.27 | 53.01 | 0.65 | 0.44 |
| Hex | B9 | A8 | 27 | 0 | 9 | 4F | 1B | 35 | 41 | 2C |
| Octal | 271 | 250 | 47 | 0 | 11 | 117 | 33 | 65 | 101 | 54 |
| Binary | 10111001 | 10101000 | 100111 | 0 | 1001 | 1001111 | 11011 | 110101 | 1000001 | 101100 |
Color Harmonies of #B9A827
Complementary color
Monochromatic Colors of #B9A827
Black with #B9A827
Text Example
Text Example
White with #B9A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A827; }
p { color: rgb(185,168,39); }
H1.HeaderClassName
{
color: #B9A827;
}
.AnyTagClassName
{
color: #B9A827;
}
</style>
background-color css
<style>
a { background-color: #B9A827; }
a { background-color: rgb(185,168,39); }
div.DivClassName
{
background-color: #B9A827;
}
.BgClassName
{
background-color: #B9A827;
}
</style>
border-color css
<style>
span { border-color: #B9A827; }
span { border-color: rgb(185,168,39); }
td.TdClassName
{
border-color: #B9A827;
}
.TagClassName
{
border-color: #B9A827;
}
</style>