Shades of Earls Green #B7A52D
Tints of Earls Green #B7A52D
RGB
CMYK
RGB Variations
Color information
#B7A52D (or 0xB7A52D) is known color: Earls Green. HEX triplet: B7, A5 and 2D. RGB value is (183,165,45). Sum of RGB (Red+Green+Blue) = 183+165+45=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A52D is #485AD2. Grayscale: #9D9D9D. Windows color (decimal): -4741843 or 2991543. OLE color: 2991543.
HSL color Cylindrical-coordinate representation of color #B7A52D: hue angle of 52.17º 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 #B7A52D is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 45 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.28 |
| HSL | 52.17º | 0.61% | 0.45% | - |
| HSV(B) | 52.17º | 0.75% | 0.72% | - |
| XYZ | 33.46 | 37.17 | 7.89 | - |
| YUV | 156.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 45 | 0 | 0.10 | 0.75 | 0.28 | 52.17 | 0.61 | 0.45 |
| Hex | B7 | A5 | 2D | 0 | A | 4B | 1C | 34 | 3D | 2D |
| Octal | 267 | 245 | 55 | 0 | 12 | 113 | 34 | 64 | 75 | 55 |
| Binary | 10110111 | 10100101 | 101101 | 0 | 1010 | 1001011 | 11100 | 110100 | 111101 | 101101 |
Color Harmonies of #B7A52D
Complementary color
Monochromatic Colors of #B7A52D
Black with #B7A52D
Text Example
Text Example
White with #B7A52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A52D; }
p { color: rgb(183,165,45); }
H1.HeaderClassName
{
color: #B7A52D;
}
.AnyTagClassName
{
color: #B7A52D;
}
</style>
background-color css
<style>
a { background-color: #B7A52D; }
a { background-color: rgb(183,165,45); }
div.DivClassName
{
background-color: #B7A52D;
}
.BgClassName
{
background-color: #B7A52D;
}
</style>
border-color css
<style>
span { border-color: #B7A52D; }
span { border-color: rgb(183,165,45); }
td.TdClassName
{
border-color: #B7A52D;
}
.TagClassName
{
border-color: #B7A52D;
}
</style>