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