Shades of Earls Green #B8AA2C
Tints of Earls Green #B8AA2C
RGB
CMYK
RGB Variations
Color information
#B8AA2C (or 0xB8AA2C) is known color: Earls Green. HEX triplet: B8, AA and 2C. RGB value is (184,170,44). Sum of RGB (Red+Green+Blue) = 184+170+44=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AA2C is #4755D3. Grayscale: #A0A0A0. Windows color (decimal): -4675028 or 2927288. OLE color: 2927288.
HSL color Cylindrical-coordinate representation of color #B8AA2C: hue angle of 54º 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 #B8AA2C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 44 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.28 |
| HSL | 54º | 0.61% | 0.45% | - |
| HSV(B) | 54º | 0.76% | 0.72% | - |
| XYZ | 34.6 | 39.12 | 8.11 | - |
| YUV | 159.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 44 | 0 | 0.08 | 0.76 | 0.28 | 54 | 0.61 | 0.45 |
| Hex | B8 | AA | 2C | 0 | 8 | 4C | 1C | 36 | 3D | 2D |
| Octal | 270 | 252 | 54 | 0 | 10 | 114 | 34 | 66 | 75 | 55 |
| Binary | 10111000 | 10101010 | 101100 | 0 | 1000 | 1001100 | 11100 | 110110 | 111101 | 101101 |
Color Harmonies of #B8AA2C
Complementary color
Monochromatic Colors of #B8AA2C
Black with #B8AA2C
Text Example
Text Example
White with #B8AA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA2C; }
p { color: rgb(184,170,44); }
H1.HeaderClassName
{
color: #B8AA2C;
}
.AnyTagClassName
{
color: #B8AA2C;
}
</style>
background-color css
<style>
a { background-color: #B8AA2C; }
a { background-color: rgb(184,170,44); }
div.DivClassName
{
background-color: #B8AA2C;
}
.BgClassName
{
background-color: #B8AA2C;
}
</style>
border-color css
<style>
span { border-color: #B8AA2C; }
span { border-color: rgb(184,170,44); }
td.TdClassName
{
border-color: #B8AA2C;
}
.TagClassName
{
border-color: #B8AA2C;
}
</style>