Shades of Earls Green #B7AA2D
Tints of Earls Green #B7AA2D
RGB
CMYK
RGB Variations
Color information
#B7AA2D (or 0xB7AA2D) is known color: Earls Green. HEX triplet: B7, AA and 2D. RGB value is (183,170,45). Sum of RGB (Red+Green+Blue) = 183+170+45=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA2D is #4855D2. Grayscale: #A0A0A0. Windows color (decimal): -4740563 or 2992823. OLE color: 2992823.
HSL color Cylindrical-coordinate representation of color #B7AA2D: hue angle of 54.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7AA2D is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 45 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.28 |
| HSL | 54.35º | 0.61% | 0.45% | - |
| HSV(B) | 54.35º | 0.75% | 0.72% | - |
| XYZ | 34.38 | 39.01 | 8.2 | - |
| YUV | 159.64 | 63.31 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 45 | 0 | 0.07 | 0.75 | 0.28 | 54.35 | 0.61 | 0.45 |
| Hex | B7 | AA | 2D | 0 | 7 | 4B | 1C | 36 | 3D | 2D |
| Octal | 267 | 252 | 55 | 0 | 7 | 113 | 34 | 66 | 75 | 55 |
| Binary | 10110111 | 10101010 | 101101 | 0 | 111 | 1001011 | 11100 | 110110 | 111101 | 101101 |
Color Harmonies of #B7AA2D
Complementary color
Monochromatic Colors of #B7AA2D
Black with #B7AA2D
Text Example
Text Example
White with #B7AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA2D; }
p { color: rgb(183,170,45); }
H1.HeaderClassName
{
color: #B7AA2D;
}
.AnyTagClassName
{
color: #B7AA2D;
}
</style>
background-color css
<style>
a { background-color: #B7AA2D; }
a { background-color: rgb(183,170,45); }
div.DivClassName
{
background-color: #B7AA2D;
}
.BgClassName
{
background-color: #B7AA2D;
}
</style>
border-color css
<style>
span { border-color: #B7AA2D; }
span { border-color: rgb(183,170,45); }
td.TdClassName
{
border-color: #B7AA2D;
}
.TagClassName
{
border-color: #B7AA2D;
}
</style>