Shades of Earls Green #B7A62B
Tints of Earls Green #B7A62B
RGB
CMYK
RGB Variations
Color information
#B7A62B (or 0xB7A62B) is known color: Earls Green. HEX triplet: B7, A6 and 2B. RGB value is (183,166,43). Sum of RGB (Red+Green+Blue) = 183+166+43=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A62B is #4859D4. Grayscale: #9D9D9D. Windows color (decimal): -4741589 or 2860727. OLE color: 2860727.
HSL color Cylindrical-coordinate representation of color #B7A62B: hue angle of 52.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7A62B is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 43 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.28 |
| HSL | 52.71º | 0.62% | 0.44% | - |
| HSV(B) | 52.71º | 0.77% | 0.72% | - |
| XYZ | 33.6 | 37.51 | 7.76 | - |
| YUV | 157.06 | 63.63 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 43 | 0 | 0.09 | 0.77 | 0.28 | 52.71 | 0.62 | 0.44 |
| Hex | B7 | A6 | 2B | 0 | 9 | 4D | 1C | 35 | 3E | 2C |
| Octal | 267 | 246 | 53 | 0 | 11 | 115 | 34 | 65 | 76 | 54 |
| Binary | 10110111 | 10100110 | 101011 | 0 | 1001 | 1001101 | 11100 | 110101 | 111110 | 101100 |
Color Harmonies of #B7A62B
Complementary color
Monochromatic Colors of #B7A62B
Black with #B7A62B
Text Example
Text Example
White with #B7A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A62B; }
p { color: rgb(183,166,43); }
H1.HeaderClassName
{
color: #B7A62B;
}
.AnyTagClassName
{
color: #B7A62B;
}
</style>
background-color css
<style>
a { background-color: #B7A62B; }
a { background-color: rgb(183,166,43); }
div.DivClassName
{
background-color: #B7A62B;
}
.BgClassName
{
background-color: #B7A62B;
}
</style>
border-color css
<style>
span { border-color: #B7A62B; }
span { border-color: rgb(183,166,43); }
td.TdClassName
{
border-color: #B7A62B;
}
.TagClassName
{
border-color: #B7A62B;
}
</style>