Shades of Earls Green #B7A91F
Tints of Earls Green #B7A91F
RGB
CMYK
RGB Variations
Color information
#B7A91F (or 0xB7A91F) is known color: Earls Green. HEX triplet: B7, A9 and 1F. RGB value is (183,169,31). Sum of RGB (Red+Green+Blue) = 183+169+31=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A91F is #4856E0. Grayscale: #9E9E9E. Windows color (decimal): -4740833 or 2075063. OLE color: 2075063.
HSL color Cylindrical-coordinate representation of color #B7A91F: hue angle of 54.47º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7A91F is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 169 | 31 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.28 |
| HSL | 54.47º | 0.71% | 0.42% | - |
| HSV(B) | 54.47º | 0.83% | 0.72% | - |
| XYZ | 33.96 | 38.54 | 6.95 | - |
| YUV | 157.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 169 | 31 | 0 | 0.08 | 0.83 | 0.28 | 54.47 | 0.71 | 0.42 |
| Hex | B7 | A9 | 1F | 0 | 8 | 53 | 1C | 36 | 47 | 2A |
| Octal | 267 | 251 | 37 | 0 | 10 | 123 | 34 | 66 | 107 | 52 |
| Binary | 10110111 | 10101001 | 11111 | 0 | 1000 | 1010011 | 11100 | 110110 | 1000111 | 101010 |
Color Harmonies of #B7A91F
Complementary color
Monochromatic Colors of #B7A91F
Black with #B7A91F
Text Example
Text Example
White with #B7A91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A91F; }
p { color: rgb(183,169,31); }
H1.HeaderClassName
{
color: #B7A91F;
}
.AnyTagClassName
{
color: #B7A91F;
}
</style>
background-color css
<style>
a { background-color: #B7A91F; }
a { background-color: rgb(183,169,31); }
div.DivClassName
{
background-color: #B7A91F;
}
.BgClassName
{
background-color: #B7A91F;
}
</style>
border-color css
<style>
span { border-color: #B7A91F; }
span { border-color: rgb(183,169,31); }
td.TdClassName
{
border-color: #B7A91F;
}
.TagClassName
{
border-color: #B7A91F;
}
</style>