Shades of Earls Green #B5A62C
Tints of Earls Green #B5A62C
RGB
CMYK
RGB Variations
Color information
#B5A62C (or 0xB5A62C) is known color: Earls Green. HEX triplet: B5, A6 and 2C. RGB value is (181,166,44). Sum of RGB (Red+Green+Blue) = 181+166+44=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A62C is #4A59D3. Grayscale: #9D9D9D. Windows color (decimal): -4872660 or 2926261. OLE color: 2926261.
HSL color Cylindrical-coordinate representation of color #B5A62C: hue angle of 53.43º 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 #B5A62C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 44 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.29 |
| HSL | 53.43º | 0.61% | 0.44% | - |
| HSV(B) | 53.43º | 0.76% | 0.71% | - |
| XYZ | 33.15 | 37.28 | 7.83 | - |
| YUV | 156.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 44 | 0 | 0.08 | 0.76 | 0.29 | 53.43 | 0.61 | 0.44 |
| Hex | B5 | A6 | 2C | 0 | 8 | 4C | 1D | 35 | 3D | 2C |
| Octal | 265 | 246 | 54 | 0 | 10 | 114 | 35 | 65 | 75 | 54 |
| Binary | 10110101 | 10100110 | 101100 | 0 | 1000 | 1001100 | 11101 | 110101 | 111101 | 101100 |
Color Harmonies of #B5A62C
Complementary color
Monochromatic Colors of #B5A62C
Black with #B5A62C
Text Example
Text Example
White with #B5A62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A62C; }
p { color: rgb(181,166,44); }
H1.HeaderClassName
{
color: #B5A62C;
}
.AnyTagClassName
{
color: #B5A62C;
}
</style>
background-color css
<style>
a { background-color: #B5A62C; }
a { background-color: rgb(181,166,44); }
div.DivClassName
{
background-color: #B5A62C;
}
.BgClassName
{
background-color: #B5A62C;
}
</style>
border-color css
<style>
span { border-color: #B5A62C; }
span { border-color: rgb(181,166,44); }
td.TdClassName
{
border-color: #B5A62C;
}
.TagClassName
{
border-color: #B5A62C;
}
</style>