Shades of Earls Green #B7A529
Tints of Earls Green #B7A529
RGB
CMYK
RGB Variations
Color information
#B7A529 (or 0xB7A529) is known color: Earls Green. HEX triplet: B7, A5 and 29. RGB value is (183,165,41). Sum of RGB (Red+Green+Blue) = 183+165+41=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A529 is #485AD6. Grayscale: #9C9C9C. Windows color (decimal): -4741847 or 2729399. OLE color: 2729399.
HSL color Cylindrical-coordinate representation of color #B7A529: hue angle of 52.39º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7A529 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 41 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.28 |
| HSL | 52.39º | 0.63% | 0.44% | - |
| HSV(B) | 52.39º | 0.78% | 0.72% | - |
| XYZ | 33.38 | 37.14 | 7.51 | - |
| YUV | 156.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 41 | 0 | 0.10 | 0.78 | 0.28 | 52.39 | 0.63 | 0.44 |
| Hex | B7 | A5 | 29 | 0 | A | 4E | 1C | 34 | 3F | 2C |
| Octal | 267 | 245 | 51 | 0 | 12 | 116 | 34 | 64 | 77 | 54 |
| Binary | 10110111 | 10100101 | 101001 | 0 | 1010 | 1001110 | 11100 | 110100 | 111111 | 101100 |
Color Harmonies of #B7A529
Complementary color
Monochromatic Colors of #B7A529
Black with #B7A529
Text Example
Text Example
White with #B7A529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A529; }
p { color: rgb(183,165,41); }
H1.HeaderClassName
{
color: #B7A529;
}
.AnyTagClassName
{
color: #B7A529;
}
</style>
background-color css
<style>
a { background-color: #B7A529; }
a { background-color: rgb(183,165,41); }
div.DivClassName
{
background-color: #B7A529;
}
.BgClassName
{
background-color: #B7A529;
}
</style>
border-color css
<style>
span { border-color: #B7A529; }
span { border-color: rgb(183,165,41); }
td.TdClassName
{
border-color: #B7A529;
}
.TagClassName
{
border-color: #B7A529;
}
</style>