Shades of Earls Green #B8A52D
Tints of Earls Green #B8A52D
RGB
CMYK
RGB Variations
Color information
#B8A52D (or 0xB8A52D) is known color: Earls Green. HEX triplet: B8, A5 and 2D. RGB value is (184,165,45). Sum of RGB (Red+Green+Blue) = 184+165+45=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A52D is #475AD2. Grayscale: #9D9D9D. Windows color (decimal): -4676307 or 2991544. OLE color: 2991544.
HSL color Cylindrical-coordinate representation of color #B8A52D: hue angle of 51.8º 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 #B8A52D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 165 | 45 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.28 |
| HSL | 51.8º | 0.61% | 0.45% | - |
| HSV(B) | 51.8º | 0.76% | 0.72% | - |
| XYZ | 33.7 | 37.29 | 7.9 | - |
| YUV | 157 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 165 | 45 | 0 | 0.10 | 0.76 | 0.28 | 51.8 | 0.61 | 0.45 |
| Hex | B8 | A5 | 2D | 0 | A | 4C | 1C | 34 | 3D | 2D |
| Octal | 270 | 245 | 55 | 0 | 12 | 114 | 34 | 64 | 75 | 55 |
| Binary | 10111000 | 10100101 | 101101 | 0 | 1010 | 1001100 | 11100 | 110100 | 111101 | 101101 |
Color Harmonies of #B8A52D
Complementary color
Monochromatic Colors of #B8A52D
Black with #B8A52D
Text Example
Text Example
White with #B8A52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A52D; }
p { color: rgb(184,165,45); }
H1.HeaderClassName
{
color: #B8A52D;
}
.AnyTagClassName
{
color: #B8A52D;
}
</style>
background-color css
<style>
a { background-color: #B8A52D; }
a { background-color: rgb(184,165,45); }
div.DivClassName
{
background-color: #B8A52D;
}
.BgClassName
{
background-color: #B8A52D;
}
</style>
border-color css
<style>
span { border-color: #B8A52D; }
span { border-color: rgb(184,165,45); }
td.TdClassName
{
border-color: #B8A52D;
}
.TagClassName
{
border-color: #B8A52D;
}
</style>