Shades of Earls Green #B5A22C
Tints of Earls Green #B5A22C
RGB
CMYK
RGB Variations
Color information
#B5A22C (or 0xB5A22C) is known color: Earls Green. HEX triplet: B5, A2 and 2C. RGB value is (181,162,44). Sum of RGB (Red+Green+Blue) = 181+162+44=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A22C is #4A5DD3. Grayscale: #9A9A9A. Windows color (decimal): -4873684 or 2925237. OLE color: 2925237.
HSL color Cylindrical-coordinate representation of color #B5A22C: hue angle of 51.68º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5A22C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 44 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.29 |
| HSL | 51.68º | 0.61% | 0.44% | - |
| HSV(B) | 51.68º | 0.76% | 0.71% | - |
| XYZ | 32.43 | 35.85 | 7.59 | - |
| YUV | 154.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 44 | 0 | 0.10 | 0.76 | 0.29 | 51.68 | 0.61 | 0.44 |
| Hex | B5 | A2 | 2C | 0 | A | 4C | 1D | 34 | 3D | 2C |
| Octal | 265 | 242 | 54 | 0 | 12 | 114 | 35 | 64 | 75 | 54 |
| Binary | 10110101 | 10100010 | 101100 | 0 | 1010 | 1001100 | 11101 | 110100 | 111101 | 101100 |
Color Harmonies of #B5A22C
Complementary color
Monochromatic Colors of #B5A22C
Black with #B5A22C
Text Example
Text Example
White with #B5A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A22C; }
p { color: rgb(181,162,44); }
H1.HeaderClassName
{
color: #B5A22C;
}
.AnyTagClassName
{
color: #B5A22C;
}
</style>
background-color css
<style>
a { background-color: #B5A22C; }
a { background-color: rgb(181,162,44); }
div.DivClassName
{
background-color: #B5A22C;
}
.BgClassName
{
background-color: #B5A22C;
}
</style>
border-color css
<style>
span { border-color: #B5A22C; }
span { border-color: rgb(181,162,44); }
td.TdClassName
{
border-color: #B5A22C;
}
.TagClassName
{
border-color: #B5A22C;
}
</style>