Shades of Earls Green #B7AD11
Tints of Earls Green #B7AD11
RGB
CMYK
RGB Variations
Color information
#B7AD11 (or 0xB7AD11) is known color: Earls Green. HEX triplet: B7, AD and 11. RGB value is (183,173,17). Sum of RGB (Red+Green+Blue) = 183+173+17=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AD11 is #4852EE. Grayscale: #9E9E9E. Windows color (decimal): -4739823 or 1158583. OLE color: 1158583.
HSL color Cylindrical-coordinate representation of color #B7AD11: hue angle of 56.39º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7AD11 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 17 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.28 |
| HSL | 56.39º | 0.83% | 0.39% | - |
| HSV(B) | 56.39º | 0.91% | 0.72% | - |
| XYZ | 34.57 | 39.99 | 6.43 | - |
| YUV | 158.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 17 | 0 | 0.05 | 0.91 | 0.28 | 56.39 | 0.83 | 0.39 |
| Hex | B7 | AD | 11 | 0 | 5 | 5B | 1C | 38 | 53 | 27 |
| Octal | 267 | 255 | 21 | 0 | 5 | 133 | 34 | 70 | 123 | 47 |
| Binary | 10110111 | 10101101 | 10001 | 0 | 101 | 1011011 | 11100 | 111000 | 1010011 | 100111 |
Color Harmonies of #B7AD11
Complementary color
Monochromatic Colors of #B7AD11
Black with #B7AD11
Text Example
Text Example
White with #B7AD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD11; }
p { color: rgb(183,173,17); }
H1.HeaderClassName
{
color: #B7AD11;
}
.AnyTagClassName
{
color: #B7AD11;
}
</style>
background-color css
<style>
a { background-color: #B7AD11; }
a { background-color: rgb(183,173,17); }
div.DivClassName
{
background-color: #B7AD11;
}
.BgClassName
{
background-color: #B7AD11;
}
</style>
border-color css
<style>
span { border-color: #B7AD11; }
span { border-color: rgb(183,173,17); }
td.TdClassName
{
border-color: #B7AD11;
}
.TagClassName
{
border-color: #B7AD11;
}
</style>