Shades of Earls Green #B7AA21
Tints of Earls Green #B7AA21
RGB
CMYK
RGB Variations
Color information
#B7AA21 (or 0xB7AA21) is known color: Earls Green. HEX triplet: B7, AA and 21. RGB value is (183,170,33). Sum of RGB (Red+Green+Blue) = 183+170+33=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA21 is #4855DE. Grayscale: #9E9E9E. Windows color (decimal): -4740575 or 2206391. OLE color: 2206391.
HSL color Cylindrical-coordinate representation of color #B7AA21: hue angle of 54.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7AA21 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 33 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.28 |
| HSL | 54.8º | 0.69% | 0.42% | - |
| HSV(B) | 54.8º | 0.82% | 0.72% | - |
| XYZ | 34.18 | 38.93 | 7.15 | - |
| YUV | 158.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 33 | 0 | 0.07 | 0.82 | 0.28 | 54.8 | 0.69 | 0.42 |
| Hex | B7 | AA | 21 | 0 | 7 | 52 | 1C | 37 | 45 | 2A |
| Octal | 267 | 252 | 41 | 0 | 7 | 122 | 34 | 67 | 105 | 52 |
| Binary | 10110111 | 10101010 | 100001 | 0 | 111 | 1010010 | 11100 | 110111 | 1000101 | 101010 |
Color Harmonies of #B7AA21
Complementary color
Monochromatic Colors of #B7AA21
Black with #B7AA21
Text Example
Text Example
White with #B7AA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA21; }
p { color: rgb(183,170,33); }
H1.HeaderClassName
{
color: #B7AA21;
}
.AnyTagClassName
{
color: #B7AA21;
}
</style>
background-color css
<style>
a { background-color: #B7AA21; }
a { background-color: rgb(183,170,33); }
div.DivClassName
{
background-color: #B7AA21;
}
.BgClassName
{
background-color: #B7AA21;
}
</style>
border-color css
<style>
span { border-color: #B7AA21; }
span { border-color: rgb(183,170,33); }
td.TdClassName
{
border-color: #B7AA21;
}
.TagClassName
{
border-color: #B7AA21;
}
</style>