Shades of Earls Green #B7A91E
Tints of Earls Green #B7A91E
RGB
CMYK
RGB Variations
Color information
#B7A91E (or 0xB7A91E) is known color: Earls Green. HEX triplet: B7, A9 and 1E. RGB value is (183,169,30). Sum of RGB (Red+Green+Blue) = 183+169+30=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A91E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A91E is #4856E1. Grayscale: #9D9D9D. Windows color (decimal): -4740834 or 2009527. OLE color: 2009527.
HSL color Cylindrical-coordinate representation of color #B7A91E: hue angle of 54.51º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7A91E is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 30 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.28 |
| HSL | 54.51º | 0.72% | 0.42% | - |
| HSV(B) | 54.51º | 0.84% | 0.72% | - |
| XYZ | 33.95 | 38.54 | 6.88 | - |
| YUV | 157.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 30 | 0 | 0.08 | 0.84 | 0.28 | 54.51 | 0.72 | 0.42 |
| Hex | B7 | A9 | 1E | 0 | 8 | 54 | 1C | 37 | 48 | 2A |
| Octal | 267 | 251 | 36 | 0 | 10 | 124 | 34 | 67 | 110 | 52 |
| Binary | 10110111 | 10101001 | 11110 | 0 | 1000 | 1010100 | 11100 | 110111 | 1001000 | 101010 |
Color Harmonies of #B7A91E
Complementary color
Monochromatic Colors of #B7A91E
Black with #B7A91E
Text Example
Text Example
White with #B7A91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A91E; }
p { color: rgb(183,169,30); }
H1.HeaderClassName
{
color: #B7A91E;
}
.AnyTagClassName
{
color: #B7A91E;
}
</style>
background-color css
<style>
a { background-color: #B7A91E; }
a { background-color: rgb(183,169,30); }
div.DivClassName
{
background-color: #B7A91E;
}
.BgClassName
{
background-color: #B7A91E;
}
</style>
border-color css
<style>
span { border-color: #B7A91E; }
span { border-color: rgb(183,169,30); }
td.TdClassName
{
border-color: #B7A91E;
}
.TagClassName
{
border-color: #B7A91E;
}
</style>