Shades of Earls Green #B9A52A
Tints of Earls Green #B9A52A
RGB
CMYK
RGB Variations
Color information
#B9A52A (or 0xB9A52A) is known color: Earls Green. HEX triplet: B9, A5 and 2A. RGB value is (185,165,42). Sum of RGB (Red+Green+Blue) = 185+165+42=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A52A is #465AD5. Grayscale: #9D9D9D. Windows color (decimal): -4610774 or 2794937. OLE color: 2794937.
HSL color Cylindrical-coordinate representation of color #B9A52A: hue angle of 51.61º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9A52A is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 42 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.27 |
| HSL | 51.61º | 0.63% | 0.45% | - |
| HSV(B) | 51.61º | 0.77% | 0.73% | - |
| XYZ | 33.88 | 37.39 | 7.62 | - |
| YUV | 156.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 42 | 0 | 0.11 | 0.77 | 0.27 | 51.61 | 0.63 | 0.45 |
| Hex | B9 | A5 | 2A | 0 | B | 4D | 1B | 34 | 3F | 2D |
| Octal | 271 | 245 | 52 | 0 | 13 | 115 | 33 | 64 | 77 | 55 |
| Binary | 10111001 | 10100101 | 101010 | 0 | 1011 | 1001101 | 11011 | 110100 | 111111 | 101101 |
Color Harmonies of #B9A52A
Complementary color
Monochromatic Colors of #B9A52A
Black with #B9A52A
Text Example
Text Example
White with #B9A52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A52A; }
p { color: rgb(185,165,42); }
H1.HeaderClassName
{
color: #B9A52A;
}
.AnyTagClassName
{
color: #B9A52A;
}
</style>
background-color css
<style>
a { background-color: #B9A52A; }
a { background-color: rgb(185,165,42); }
div.DivClassName
{
background-color: #B9A52A;
}
.BgClassName
{
background-color: #B9A52A;
}
</style>
border-color css
<style>
span { border-color: #B9A52A; }
span { border-color: rgb(185,165,42); }
td.TdClassName
{
border-color: #B9A52A;
}
.TagClassName
{
border-color: #B9A52A;
}
</style>