Shades of Earls Green #B7A129
Tints of Earls Green #B7A129
RGB
CMYK
RGB Variations
Color information
#B7A129 (or 0xB7A129) is known color: Earls Green. HEX triplet: B7, A1 and 29. RGB value is (183,161,41). Sum of RGB (Red+Green+Blue) = 183+161+41=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A129 is #485ED6. Grayscale: #9A9A9A. Windows color (decimal): -4742871 or 2728375. OLE color: 2728375.
HSL color Cylindrical-coordinate representation of color #B7A129: hue angle of 50.7º 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 #B7A129 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 41 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.28 |
| HSL | 50.7º | 0.63% | 0.44% | - |
| HSV(B) | 50.7º | 0.78% | 0.72% | - |
| XYZ | 32.67 | 35.72 | 7.27 | - |
| YUV | 153.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 41 | 0 | 0.12 | 0.78 | 0.28 | 50.7 | 0.63 | 0.44 |
| Hex | B7 | A1 | 29 | 0 | C | 4E | 1C | 33 | 3F | 2C |
| Octal | 267 | 241 | 51 | 0 | 14 | 116 | 34 | 63 | 77 | 54 |
| Binary | 10110111 | 10100001 | 101001 | 0 | 1100 | 1001110 | 11100 | 110011 | 111111 | 101100 |
Color Harmonies of #B7A129
Complementary color
Monochromatic Colors of #B7A129
Black with #B7A129
Text Example
Text Example
White with #B7A129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A129; }
p { color: rgb(183,161,41); }
H1.HeaderClassName
{
color: #B7A129;
}
.AnyTagClassName
{
color: #B7A129;
}
</style>
background-color css
<style>
a { background-color: #B7A129; }
a { background-color: rgb(183,161,41); }
div.DivClassName
{
background-color: #B7A129;
}
.BgClassName
{
background-color: #B7A129;
}
</style>
border-color css
<style>
span { border-color: #B7A129; }
span { border-color: rgb(183,161,41); }
td.TdClassName
{
border-color: #B7A129;
}
.TagClassName
{
border-color: #B7A129;
}
</style>