Shades of Earls Green #B7AD17
Tints of Earls Green #B7AD17
RGB
CMYK
RGB Variations
Color information
#B7AD17 (or 0xB7AD17) is known color: Earls Green. HEX triplet: B7, AD and 17. RGB value is (183,173,23). Sum of RGB (Red+Green+Blue) = 183+173+23=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AD17 is #4852E8. Grayscale: #9F9F9F. Windows color (decimal): -4739817 or 1551799. OLE color: 1551799.
HSL color Cylindrical-coordinate representation of color #B7AD17: hue angle of 56.25º 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 #B7AD17 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 23 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.28 |
| HSL | 56.25º | 0.78% | 0.4% | - |
| HSV(B) | 56.25º | 0.87% | 0.72% | - |
| XYZ | 34.63 | 40.02 | 6.71 | - |
| YUV | 158.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 23 | 0 | 0.05 | 0.87 | 0.28 | 56.25 | 0.78 | 0.4 |
| Hex | B7 | AD | 17 | 0 | 5 | 57 | 1C | 38 | 4E | 28 |
| Octal | 267 | 255 | 27 | 0 | 5 | 127 | 34 | 70 | 116 | 50 |
| Binary | 10110111 | 10101101 | 10111 | 0 | 101 | 1010111 | 11100 | 111000 | 1001110 | 101000 |
Color Harmonies of #B7AD17
Complementary color
Monochromatic Colors of #B7AD17
Black with #B7AD17
Text Example
Text Example
White with #B7AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD17; }
p { color: rgb(183,173,23); }
H1.HeaderClassName
{
color: #B7AD17;
}
.AnyTagClassName
{
color: #B7AD17;
}
</style>
background-color css
<style>
a { background-color: #B7AD17; }
a { background-color: rgb(183,173,23); }
div.DivClassName
{
background-color: #B7AD17;
}
.BgClassName
{
background-color: #B7AD17;
}
</style>
border-color css
<style>
span { border-color: #B7AD17; }
span { border-color: rgb(183,173,23); }
td.TdClassName
{
border-color: #B7AD17;
}
.TagClassName
{
border-color: #B7AD17;
}
</style>