Shades of Earls Green #B7AC2D
Tints of Earls Green #B7AC2D
RGB
CMYK
RGB Variations
Color information
#B7AC2D (or 0xB7AC2D) is known color: Earls Green. HEX triplet: B7, AC and 2D. RGB value is (183,172,45). Sum of RGB (Red+Green+Blue) = 183+172+45=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AC2D is #4853D2. Grayscale: #A1A1A1. Windows color (decimal): -4740051 or 2993335. OLE color: 2993335.
HSL color Cylindrical-coordinate representation of color #B7AC2D: hue angle of 55.22º 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 #B7AC2D is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 172 | 45 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.28 |
| HSL | 55.22º | 0.61% | 0.45% | - |
| HSV(B) | 55.22º | 0.75% | 0.72% | - |
| XYZ | 34.75 | 39.76 | 8.33 | - |
| YUV | 160.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 45 | 0 | 0.06 | 0.75 | 0.28 | 55.22 | 0.61 | 0.45 |
| Hex | B7 | AC | 2D | 0 | 6 | 4B | 1C | 37 | 3D | 2D |
| Octal | 267 | 254 | 55 | 0 | 6 | 113 | 34 | 67 | 75 | 55 |
| Binary | 10110111 | 10101100 | 101101 | 0 | 110 | 1001011 | 11100 | 110111 | 111101 | 101101 |
Color Harmonies of #B7AC2D
Complementary color
Monochromatic Colors of #B7AC2D
Black with #B7AC2D
Text Example
Text Example
White with #B7AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AC2D; }
p { color: rgb(183,172,45); }
H1.HeaderClassName
{
color: #B7AC2D;
}
.AnyTagClassName
{
color: #B7AC2D;
}
</style>
background-color css
<style>
a { background-color: #B7AC2D; }
a { background-color: rgb(183,172,45); }
div.DivClassName
{
background-color: #B7AC2D;
}
.BgClassName
{
background-color: #B7AC2D;
}
</style>
border-color css
<style>
span { border-color: #B7AC2D; }
span { border-color: rgb(183,172,45); }
td.TdClassName
{
border-color: #B7AC2D;
}
.TagClassName
{
border-color: #B7AC2D;
}
</style>