Shades of Earls Green #B5A42C
Tints of Earls Green #B5A42C
RGB
CMYK
RGB Variations
Color information
#B5A42C (or 0xB5A42C) is known color: Earls Green. HEX triplet: B5, A4 and 2C. RGB value is (181,164,44). Sum of RGB (Red+Green+Blue) = 181+164+44=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A42C is #4A5BD3. Grayscale: #9B9B9B. Windows color (decimal): -4873172 or 2925749. OLE color: 2925749.
HSL color Cylindrical-coordinate representation of color #B5A42C: hue angle of 52.55º 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 #B5A42C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 44 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.29 |
| HSL | 52.55º | 0.61% | 0.44% | - |
| HSV(B) | 52.55º | 0.76% | 0.71% | - |
| XYZ | 32.79 | 36.56 | 7.71 | - |
| YUV | 155.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 44 | 0 | 0.09 | 0.76 | 0.29 | 52.55 | 0.61 | 0.44 |
| Hex | B5 | A4 | 2C | 0 | 9 | 4C | 1D | 35 | 3D | 2C |
| Octal | 265 | 244 | 54 | 0 | 11 | 114 | 35 | 65 | 75 | 54 |
| Binary | 10110101 | 10100100 | 101100 | 0 | 1001 | 1001100 | 11101 | 110101 | 111101 | 101100 |
Color Harmonies of #B5A42C
Complementary color
Monochromatic Colors of #B5A42C
Black with #B5A42C
Text Example
Text Example
White with #B5A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A42C; }
p { color: rgb(181,164,44); }
H1.HeaderClassName
{
color: #B5A42C;
}
.AnyTagClassName
{
color: #B5A42C;
}
</style>
background-color css
<style>
a { background-color: #B5A42C; }
a { background-color: rgb(181,164,44); }
div.DivClassName
{
background-color: #B5A42C;
}
.BgClassName
{
background-color: #B5A42C;
}
</style>
border-color css
<style>
span { border-color: #B5A42C; }
span { border-color: rgb(181,164,44); }
td.TdClassName
{
border-color: #B5A42C;
}
.TagClassName
{
border-color: #B5A42C;
}
</style>