Shades of Earls Green #B7AF17
Tints of Earls Green #B7AF17
RGB
CMYK
RGB Variations
Color information
#B7AF17 (or 0xB7AF17) is known color: Earls Green. HEX triplet: B7, AF and 17. RGB value is (183,175,23). Sum of RGB (Red+Green+Blue) = 183+175+23=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AF17 is #4850E8. Grayscale: #A0A0A0. Windows color (decimal): -4739305 or 1552311. OLE color: 1552311.
HSL color Cylindrical-coordinate representation of color #B7AF17: hue angle of 57º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7AF17 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 23 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.28 |
| HSL | 57º | 0.78% | 0.4% | - |
| HSV(B) | 57º | 0.87% | 0.72% | - |
| XYZ | 35.01 | 40.79 | 6.84 | - |
| YUV | 160.06 | 50.65 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 23 | 0 | 0.04 | 0.87 | 0.28 | 57 | 0.78 | 0.4 |
| Hex | B7 | AF | 17 | 0 | 4 | 57 | 1C | 39 | 4E | 28 |
| Octal | 267 | 257 | 27 | 0 | 4 | 127 | 34 | 71 | 116 | 50 |
| Binary | 10110111 | 10101111 | 10111 | 0 | 100 | 1010111 | 11100 | 111001 | 1001110 | 101000 |
Color Harmonies of #B7AF17
Complementary color
Monochromatic Colors of #B7AF17
Black with #B7AF17
Text Example
Text Example
White with #B7AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF17; }
p { color: rgb(183,175,23); }
H1.HeaderClassName
{
color: #B7AF17;
}
.AnyTagClassName
{
color: #B7AF17;
}
</style>
background-color css
<style>
a { background-color: #B7AF17; }
a { background-color: rgb(183,175,23); }
div.DivClassName
{
background-color: #B7AF17;
}
.BgClassName
{
background-color: #B7AF17;
}
</style>
border-color css
<style>
span { border-color: #B7AF17; }
span { border-color: rgb(183,175,23); }
td.TdClassName
{
border-color: #B7AF17;
}
.TagClassName
{
border-color: #B7AF17;
}
</style>