Shades of Earls Green #B7A32E
Tints of Earls Green #B7A32E
RGB
CMYK
RGB Variations
Color information
#B7A32E (or 0xB7A32E) is known color: Earls Green. HEX triplet: B7, A3 and 2E. RGB value is (183,163,46). Sum of RGB (Red+Green+Blue) = 183+163+46=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A32E is #485CD1. Grayscale: #9C9C9C. Windows color (decimal): -4742354 or 3056567. OLE color: 3056567.
HSL color Cylindrical-coordinate representation of color #B7A32E: hue angle of 51.24º degrees, saturation: 0.6, 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 #B7A32E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 46 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.28 |
| HSL | 51.24º | 0.6% | 0.45% | - |
| HSV(B) | 51.24º | 0.75% | 0.72% | - |
| XYZ | 33.12 | 36.46 | 7.88 | - |
| YUV | 155.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 46 | 0 | 0.11 | 0.75 | 0.28 | 51.24 | 0.6 | 0.45 |
| Hex | B7 | A3 | 2E | 0 | B | 4B | 1C | 33 | 3C | 2D |
| Octal | 267 | 243 | 56 | 0 | 13 | 113 | 34 | 63 | 74 | 55 |
| Binary | 10110111 | 10100011 | 101110 | 0 | 1011 | 1001011 | 11100 | 110011 | 111100 | 101101 |
Color Harmonies of #B7A32E
Complementary color
Monochromatic Colors of #B7A32E
Black with #B7A32E
Text Example
Text Example
White with #B7A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A32E; }
p { color: rgb(183,163,46); }
H1.HeaderClassName
{
color: #B7A32E;
}
.AnyTagClassName
{
color: #B7A32E;
}
</style>
background-color css
<style>
a { background-color: #B7A32E; }
a { background-color: rgb(183,163,46); }
div.DivClassName
{
background-color: #B7A32E;
}
.BgClassName
{
background-color: #B7A32E;
}
</style>
border-color css
<style>
span { border-color: #B7A32E; }
span { border-color: rgb(183,163,46); }
td.TdClassName
{
border-color: #B7A32E;
}
.TagClassName
{
border-color: #B7A32E;
}
</style>