Shades of Earls Green #B9A524
Tints of Earls Green #B9A524
RGB
CMYK
RGB Variations
Color information
#B9A524 (or 0xB9A524) is known color: Earls Green. HEX triplet: B9, A5 and 24. RGB value is (185,165,36). Sum of RGB (Red+Green+Blue) = 185+165+36=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A524 is #465ADB. Grayscale: #9C9C9C. Windows color (decimal): -4610780 or 2401721. OLE color: 2401721.
HSL color Cylindrical-coordinate representation of color #B9A524: hue angle of 51.95º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9A524 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 36 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.27 |
| HSL | 51.95º | 0.67% | 0.43% | - |
| HSV(B) | 51.95º | 0.81% | 0.73% | - |
| XYZ | 33.78 | 37.35 | 7.1 | - |
| YUV | 156.27 | 60.13 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 36 | 0 | 0.11 | 0.81 | 0.27 | 51.95 | 0.67 | 0.43 |
| Hex | B9 | A5 | 24 | 0 | B | 51 | 1B | 34 | 43 | 2B |
| Octal | 271 | 245 | 44 | 0 | 13 | 121 | 33 | 64 | 103 | 53 |
| Binary | 10111001 | 10100101 | 100100 | 0 | 1011 | 1010001 | 11011 | 110100 | 1000011 | 101011 |
Color Harmonies of #B9A524
Complementary color
Monochromatic Colors of #B9A524
Black with #B9A524
Text Example
Text Example
White with #B9A524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A524; }
p { color: rgb(185,165,36); }
H1.HeaderClassName
{
color: #B9A524;
}
.AnyTagClassName
{
color: #B9A524;
}
</style>
background-color css
<style>
a { background-color: #B9A524; }
a { background-color: rgb(185,165,36); }
div.DivClassName
{
background-color: #B9A524;
}
.BgClassName
{
background-color: #B9A524;
}
</style>
border-color css
<style>
span { border-color: #B9A524; }
span { border-color: rgb(185,165,36); }
td.TdClassName
{
border-color: #B9A524;
}
.TagClassName
{
border-color: #B9A524;
}
</style>