Shades of Earls Green #B7AD2E
Tints of Earls Green #B7AD2E
RGB
CMYK
RGB Variations
Color information
#B7AD2E (or 0xB7AD2E) is known color: Earls Green. HEX triplet: B7, AD and 2E. RGB value is (183,173,46). Sum of RGB (Red+Green+Blue) = 183+173+46=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD2E is #4852D1. Grayscale: #A2A2A2. Windows color (decimal): -4739794 or 3059127. OLE color: 3059127.
HSL color Cylindrical-coordinate representation of color #B7AD2E: hue angle of 55.62º 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 #B7AD2E is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 46 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.28 |
| HSL | 55.62º | 0.6% | 0.45% | - |
| HSV(B) | 55.62º | 0.75% | 0.72% | - |
| XYZ | 34.97 | 40.15 | 8.49 | - |
| YUV | 161.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 46 | 0 | 0.05 | 0.75 | 0.28 | 55.62 | 0.6 | 0.45 |
| Hex | B7 | AD | 2E | 0 | 5 | 4B | 1C | 38 | 3C | 2D |
| Octal | 267 | 255 | 56 | 0 | 5 | 113 | 34 | 70 | 74 | 55 |
| Binary | 10110111 | 10101101 | 101110 | 0 | 101 | 1001011 | 11100 | 111000 | 111100 | 101101 |
Color Harmonies of #B7AD2E
Complementary color
Monochromatic Colors of #B7AD2E
Black with #B7AD2E
Text Example
Text Example
White with #B7AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD2E; }
p { color: rgb(183,173,46); }
H1.HeaderClassName
{
color: #B7AD2E;
}
.AnyTagClassName
{
color: #B7AD2E;
}
</style>
background-color css
<style>
a { background-color: #B7AD2E; }
a { background-color: rgb(183,173,46); }
div.DivClassName
{
background-color: #B7AD2E;
}
.BgClassName
{
background-color: #B7AD2E;
}
</style>
border-color css
<style>
span { border-color: #B7AD2E; }
span { border-color: rgb(183,173,46); }
td.TdClassName
{
border-color: #B7AD2E;
}
.TagClassName
{
border-color: #B7AD2E;
}
</style>