Shades of Earls Green #B8A22C
Tints of Earls Green #B8A22C
RGB
CMYK
RGB Variations
Color information
#B8A22C (or 0xB8A22C) is known color: Earls Green. HEX triplet: B8, A2 and 2C. RGB value is (184,162,44). Sum of RGB (Red+Green+Blue) = 184+162+44=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A22C is #475DD3. Grayscale: #9B9B9B. Windows color (decimal): -4677076 or 2925240. OLE color: 2925240.
HSL color Cylindrical-coordinate representation of color #B8A22C: hue angle of 50.57º 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 #B8A22C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 162 | 44 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.28 |
| HSL | 50.57º | 0.61% | 0.45% | - |
| HSV(B) | 50.57º | 0.76% | 0.72% | - |
| XYZ | 33.14 | 36.21 | 7.63 | - |
| YUV | 155.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 162 | 44 | 0 | 0.12 | 0.76 | 0.28 | 50.57 | 0.61 | 0.45 |
| Hex | B8 | A2 | 2C | 0 | C | 4C | 1C | 33 | 3D | 2D |
| Octal | 270 | 242 | 54 | 0 | 14 | 114 | 34 | 63 | 75 | 55 |
| Binary | 10111000 | 10100010 | 101100 | 0 | 1100 | 1001100 | 11100 | 110011 | 111101 | 101101 |
Color Harmonies of #B8A22C
Complementary color
Monochromatic Colors of #B8A22C
Black with #B8A22C
Text Example
Text Example
White with #B8A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A22C; }
p { color: rgb(184,162,44); }
H1.HeaderClassName
{
color: #B8A22C;
}
.AnyTagClassName
{
color: #B8A22C;
}
</style>
background-color css
<style>
a { background-color: #B8A22C; }
a { background-color: rgb(184,162,44); }
div.DivClassName
{
background-color: #B8A22C;
}
.BgClassName
{
background-color: #B8A22C;
}
</style>
border-color css
<style>
span { border-color: #B8A22C; }
span { border-color: rgb(184,162,44); }
td.TdClassName
{
border-color: #B8A22C;
}
.TagClassName
{
border-color: #B8A22C;
}
</style>