Shades of Earls Green #B7AB31
Tints of Earls Green #B7AB31
RGB
CMYK
RGB Variations
Color information
#B7AB31 (or 0xB7AB31) is known color: Earls Green. HEX triplet: B7, AB and 31. RGB value is (183,171,49). Sum of RGB (Red+Green+Blue) = 183+171+49=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB31 is #4854CE. Grayscale: #A1A1A1. Windows color (decimal): -4740303 or 3255223. OLE color: 3255223.
HSL color Cylindrical-coordinate representation of color #B7AB31: hue angle of 54.63º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7AB31 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 171 | 49 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.28 |
| HSL | 54.63º | 0.58% | 0.45% | - |
| HSV(B) | 54.63º | 0.73% | 0.72% | - |
| XYZ | 34.65 | 39.41 | 8.69 | - |
| YUV | 160.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 49 | 0 | 0.07 | 0.73 | 0.28 | 54.63 | 0.58 | 0.45 |
| Hex | B7 | AB | 31 | 0 | 7 | 49 | 1C | 37 | 3A | 2D |
| Octal | 267 | 253 | 61 | 0 | 7 | 111 | 34 | 67 | 72 | 55 |
| Binary | 10110111 | 10101011 | 110001 | 0 | 111 | 1001001 | 11100 | 110111 | 111010 | 101101 |
Color Harmonies of #B7AB31
Complementary color
Monochromatic Colors of #B7AB31
Black with #B7AB31
Text Example
Text Example
White with #B7AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AB31; }
p { color: rgb(183,171,49); }
H1.HeaderClassName
{
color: #B7AB31;
}
.AnyTagClassName
{
color: #B7AB31;
}
</style>
background-color css
<style>
a { background-color: #B7AB31; }
a { background-color: rgb(183,171,49); }
div.DivClassName
{
background-color: #B7AB31;
}
.BgClassName
{
background-color: #B7AB31;
}
</style>
border-color css
<style>
span { border-color: #B7AB31; }
span { border-color: rgb(183,171,49); }
td.TdClassName
{
border-color: #B7AB31;
}
.TagClassName
{
border-color: #B7AB31;
}
</style>