Shades of Earls Green #B7A32F
Tints of Earls Green #B7A32F
RGB
CMYK
RGB Variations
Color information
#B7A32F (or 0xB7A32F) is known color: Earls Green. HEX triplet: B7, A3 and 2F. RGB value is (183,163,47). Sum of RGB (Red+Green+Blue) = 183+163+47=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A32F is #485CD0. Grayscale: #9C9C9C. Windows color (decimal): -4742353 or 3122103. OLE color: 3122103.
HSL color Cylindrical-coordinate representation of color #B7A32F: hue angle of 51.18º degrees, saturation: 0.59, 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 #B7A32F is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 47 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.28 |
| HSL | 51.18º | 0.59% | 0.45% | - |
| HSV(B) | 51.18º | 0.74% | 0.72% | - |
| XYZ | 33.14 | 36.47 | 7.98 | - |
| YUV | 155.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 47 | 0 | 0.11 | 0.74 | 0.28 | 51.18 | 0.59 | 0.45 |
| Hex | B7 | A3 | 2F | 0 | B | 4A | 1C | 33 | 3B | 2D |
| Octal | 267 | 243 | 57 | 0 | 13 | 112 | 34 | 63 | 73 | 55 |
| Binary | 10110111 | 10100011 | 101111 | 0 | 1011 | 1001010 | 11100 | 110011 | 111011 | 101101 |
Color Harmonies of #B7A32F
Complementary color
Monochromatic Colors of #B7A32F
Black with #B7A32F
Text Example
Text Example
White with #B7A32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A32F; }
p { color: rgb(183,163,47); }
H1.HeaderClassName
{
color: #B7A32F;
}
.AnyTagClassName
{
color: #B7A32F;
}
</style>
background-color css
<style>
a { background-color: #B7A32F; }
a { background-color: rgb(183,163,47); }
div.DivClassName
{
background-color: #B7A32F;
}
.BgClassName
{
background-color: #B7A32F;
}
</style>
border-color css
<style>
span { border-color: #B7A32F; }
span { border-color: rgb(183,163,47); }
td.TdClassName
{
border-color: #B7A32F;
}
.TagClassName
{
border-color: #B7A32F;
}
</style>