Shades of Earls Green #B7AB2C
Tints of Earls Green #B7AB2C
RGB
CMYK
RGB Variations
Color information
#B7AB2C (or 0xB7AB2C) is known color: Earls Green. HEX triplet: B7, AB and 2C. RGB value is (183,171,44). Sum of RGB (Red+Green+Blue) = 183+171+44=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB2C is #4854D3. Grayscale: #A0A0A0. Windows color (decimal): -4740308 or 2927543. OLE color: 2927543.
HSL color Cylindrical-coordinate representation of color #B7AB2C: hue angle of 54.82º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7AB2C is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 171 | 44 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.28 |
| HSL | 54.82º | 0.61% | 0.45% | - |
| HSV(B) | 54.82º | 0.76% | 0.72% | - |
| XYZ | 34.55 | 39.37 | 8.16 | - |
| YUV | 160.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 44 | 0 | 0.07 | 0.76 | 0.28 | 54.82 | 0.61 | 0.45 |
| Hex | B7 | AB | 2C | 0 | 7 | 4C | 1C | 37 | 3D | 2D |
| Octal | 267 | 253 | 54 | 0 | 7 | 114 | 34 | 67 | 75 | 55 |
| Binary | 10110111 | 10101011 | 101100 | 0 | 111 | 1001100 | 11100 | 110111 | 111101 | 101101 |
Color Harmonies of #B7AB2C
Complementary color
Monochromatic Colors of #B7AB2C
Black with #B7AB2C
Text Example
Text Example
White with #B7AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AB2C; }
p { color: rgb(183,171,44); }
H1.HeaderClassName
{
color: #B7AB2C;
}
.AnyTagClassName
{
color: #B7AB2C;
}
</style>
background-color css
<style>
a { background-color: #B7AB2C; }
a { background-color: rgb(183,171,44); }
div.DivClassName
{
background-color: #B7AB2C;
}
.BgClassName
{
background-color: #B7AB2C;
}
</style>
border-color css
<style>
span { border-color: #B7AB2C; }
span { border-color: rgb(183,171,44); }
td.TdClassName
{
border-color: #B7AB2C;
}
.TagClassName
{
border-color: #B7AB2C;
}
</style>