Shades of Earls Green #B7A817
Tints of Earls Green #B7A817
RGB
CMYK
RGB Variations
Color information
#B7A817 (or 0xB7A817) is known color: Earls Green. HEX triplet: B7, A8 and 17. RGB value is (183,168,23). Sum of RGB (Red+Green+Blue) = 183+168+23=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A817 is #4857E8. Grayscale: #9C9C9C. Windows color (decimal): -4741097 or 1550519. OLE color: 1550519.
HSL color Cylindrical-coordinate representation of color #B7A817: hue angle of 54.38º 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 #B7A817 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 23 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.28 |
| HSL | 54.38º | 0.78% | 0.4% | - |
| HSV(B) | 54.38º | 0.87% | 0.72% | - |
| XYZ | 33.69 | 38.13 | 6.4 | - |
| YUV | 155.96 | 52.97 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 23 | 0 | 0.08 | 0.87 | 0.28 | 54.38 | 0.78 | 0.4 |
| Hex | B7 | A8 | 17 | 0 | 8 | 57 | 1C | 36 | 4E | 28 |
| Octal | 267 | 250 | 27 | 0 | 10 | 127 | 34 | 66 | 116 | 50 |
| Binary | 10110111 | 10101000 | 10111 | 0 | 1000 | 1010111 | 11100 | 110110 | 1001110 | 101000 |
Color Harmonies of #B7A817
Complementary color
Monochromatic Colors of #B7A817
Black with #B7A817
Text Example
Text Example
White with #B7A817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A817; }
p { color: rgb(183,168,23); }
H1.HeaderClassName
{
color: #B7A817;
}
.AnyTagClassName
{
color: #B7A817;
}
</style>
background-color css
<style>
a { background-color: #B7A817; }
a { background-color: rgb(183,168,23); }
div.DivClassName
{
background-color: #B7A817;
}
.BgClassName
{
background-color: #B7A817;
}
</style>
border-color css
<style>
span { border-color: #B7A817; }
span { border-color: rgb(183,168,23); }
td.TdClassName
{
border-color: #B7A817;
}
.TagClassName
{
border-color: #B7A817;
}
</style>