Shades of Earls Green #B7AA32
Tints of Earls Green #B7AA32
RGB
CMYK
RGB Variations
Color information
#B7AA32 (or 0xB7AA32) is known color: Earls Green. HEX triplet: B7, AA and 32. RGB value is (183,170,50). Sum of RGB (Red+Green+Blue) = 183+170+50=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA32 is #4855CD. Grayscale: #A0A0A0. Windows color (decimal): -4740558 or 3320503. OLE color: 3320503.
HSL color Cylindrical-coordinate representation of color #B7AA32: hue angle of 54.14º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7AA32 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 50 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.28 |
| HSL | 54.14º | 0.57% | 0.46% | - |
| HSV(B) | 54.14º | 0.73% | 0.72% | - |
| XYZ | 34.48 | 39.05 | 8.74 | - |
| YUV | 160.21 | 65.81 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 50 | 0 | 0.07 | 0.73 | 0.28 | 54.14 | 0.57 | 0.46 |
| Hex | B7 | AA | 32 | 0 | 7 | 49 | 1C | 36 | 39 | 2E |
| Octal | 267 | 252 | 62 | 0 | 7 | 111 | 34 | 66 | 71 | 56 |
| Binary | 10110111 | 10101010 | 110010 | 0 | 111 | 1001001 | 11100 | 110110 | 111001 | 101110 |
Color Harmonies of #B7AA32
Complementary color
Monochromatic Colors of #B7AA32
Black with #B7AA32
Text Example
Text Example
White with #B7AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA32; }
p { color: rgb(183,170,50); }
H1.HeaderClassName
{
color: #B7AA32;
}
.AnyTagClassName
{
color: #B7AA32;
}
</style>
background-color css
<style>
a { background-color: #B7AA32; }
a { background-color: rgb(183,170,50); }
div.DivClassName
{
background-color: #B7AA32;
}
.BgClassName
{
background-color: #B7AA32;
}
</style>
border-color css
<style>
span { border-color: #B7AA32; }
span { border-color: rgb(183,170,50); }
td.TdClassName
{
border-color: #B7AA32;
}
.TagClassName
{
border-color: #B7AA32;
}
</style>