Shades of Earls Green #B7AD13
Tints of Earls Green #B7AD13
RGB
CMYK
RGB Variations
Color information
#B7AD13 (or 0xB7AD13) is known color: Earls Green. HEX triplet: B7, AD and 13. RGB value is (183,173,19). Sum of RGB (Red+Green+Blue) = 183+173+19=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AD13 is #4852EC. Grayscale: #9F9F9F. Windows color (decimal): -4739821 or 1289655. OLE color: 1289655.
HSL color Cylindrical-coordinate representation of color #B7AD13: hue angle of 56.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7AD13 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 19 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.28 |
| HSL | 56.34º | 0.81% | 0.4% | - |
| HSV(B) | 56.34º | 0.9% | 0.72% | - |
| XYZ | 34.59 | 40 | 6.51 | - |
| YUV | 158.43 | 49.31 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 19 | 0 | 0.05 | 0.90 | 0.28 | 56.34 | 0.81 | 0.4 |
| Hex | B7 | AD | 13 | 0 | 5 | 5A | 1C | 38 | 51 | 28 |
| Octal | 267 | 255 | 23 | 0 | 5 | 132 | 34 | 70 | 121 | 50 |
| Binary | 10110111 | 10101101 | 10011 | 0 | 101 | 1011010 | 11100 | 111000 | 1010001 | 101000 |
Color Harmonies of #B7AD13
Complementary color
Monochromatic Colors of #B7AD13
Black with #B7AD13
Text Example
Text Example
White with #B7AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD13; }
p { color: rgb(183,173,19); }
H1.HeaderClassName
{
color: #B7AD13;
}
.AnyTagClassName
{
color: #B7AD13;
}
</style>
background-color css
<style>
a { background-color: #B7AD13; }
a { background-color: rgb(183,173,19); }
div.DivClassName
{
background-color: #B7AD13;
}
.BgClassName
{
background-color: #B7AD13;
}
</style>
border-color css
<style>
span { border-color: #B7AD13; }
span { border-color: rgb(183,173,19); }
td.TdClassName
{
border-color: #B7AD13;
}
.TagClassName
{
border-color: #B7AD13;
}
</style>