Shades of Earls Green #B7AB20
Tints of Earls Green #B7AB20
RGB
CMYK
RGB Variations
Color information
#B7AB20 (or 0xB7AB20) is known color: Earls Green. HEX triplet: B7, AB and 20. RGB value is (183,171,32). Sum of RGB (Red+Green+Blue) = 183+171+32=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB20 is #4854DF. Grayscale: #9F9F9F. Windows color (decimal): -4740320 or 2141111. OLE color: 2141111.
HSL color Cylindrical-coordinate representation of color #B7AB20: hue angle of 55.23º degrees, saturation: 0.7, 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 #B7AB20 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 171 | 32 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.28 |
| HSL | 55.23º | 0.7% | 0.42% | - |
| HSV(B) | 55.23º | 0.83% | 0.72% | - |
| XYZ | 34.35 | 39.3 | 7.14 | - |
| YUV | 158.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 32 | 0 | 0.07 | 0.83 | 0.28 | 55.23 | 0.7 | 0.42 |
| Hex | B7 | AB | 20 | 0 | 7 | 53 | 1C | 37 | 46 | 2A |
| Octal | 267 | 253 | 40 | 0 | 7 | 123 | 34 | 67 | 106 | 52 |
| Binary | 10110111 | 10101011 | 100000 | 0 | 111 | 1010011 | 11100 | 110111 | 1000110 | 101010 |
Color Harmonies of #B7AB20
Complementary color
Monochromatic Colors of #B7AB20
Black with #B7AB20
Text Example
Text Example
White with #B7AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AB20; }
p { color: rgb(183,171,32); }
H1.HeaderClassName
{
color: #B7AB20;
}
.AnyTagClassName
{
color: #B7AB20;
}
</style>
background-color css
<style>
a { background-color: #B7AB20; }
a { background-color: rgb(183,171,32); }
div.DivClassName
{
background-color: #B7AB20;
}
.BgClassName
{
background-color: #B7AB20;
}
</style>
border-color css
<style>
span { border-color: #B7AB20; }
span { border-color: rgb(183,171,32); }
td.TdClassName
{
border-color: #B7AB20;
}
.TagClassName
{
border-color: #B7AB20;
}
</style>