Shades of Earls Green #B7AA30
Tints of Earls Green #B7AA30
RGB
CMYK
RGB Variations
Color information
#B7AA30 (or 0xB7AA30) is known color: Earls Green. HEX triplet: B7, AA and 30. RGB value is (183,170,48). Sum of RGB (Red+Green+Blue) = 183+170+48=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA30 is #4855CF. Grayscale: #A0A0A0. Windows color (decimal): -4740560 or 3189431. OLE color: 3189431.
HSL color Cylindrical-coordinate representation of color #B7AA30: hue angle of 54.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7AA30 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 48 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.28 |
| HSL | 54.22º | 0.58% | 0.45% | - |
| HSV(B) | 54.22º | 0.74% | 0.72% | - |
| XYZ | 34.44 | 39.03 | 8.51 | - |
| YUV | 159.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 48 | 0 | 0.07 | 0.74 | 0.28 | 54.22 | 0.58 | 0.45 |
| Hex | B7 | AA | 30 | 0 | 7 | 4A | 1C | 36 | 3A | 2D |
| Octal | 267 | 252 | 60 | 0 | 7 | 112 | 34 | 66 | 72 | 55 |
| Binary | 10110111 | 10101010 | 110000 | 0 | 111 | 1001010 | 11100 | 110110 | 111010 | 101101 |
Color Harmonies of #B7AA30
Complementary color
Monochromatic Colors of #B7AA30
Black with #B7AA30
Text Example
Text Example
White with #B7AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA30; }
p { color: rgb(183,170,48); }
H1.HeaderClassName
{
color: #B7AA30;
}
.AnyTagClassName
{
color: #B7AA30;
}
</style>
background-color css
<style>
a { background-color: #B7AA30; }
a { background-color: rgb(183,170,48); }
div.DivClassName
{
background-color: #B7AA30;
}
.BgClassName
{
background-color: #B7AA30;
}
</style>
border-color css
<style>
span { border-color: #B7AA30; }
span { border-color: rgb(183,170,48); }
td.TdClassName
{
border-color: #B7AA30;
}
.TagClassName
{
border-color: #B7AA30;
}
</style>