Shades of Earls Green #B5A42A
Tints of Earls Green #B5A42A
RGB
CMYK
RGB Variations
Color information
#B5A42A (or 0xB5A42A) is known color: Earls Green. HEX triplet: B5, A4 and 2A. RGB value is (181,164,42). Sum of RGB (Red+Green+Blue) = 181+164+42=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A42A is #4A5BD5. Grayscale: #9B9B9B. Windows color (decimal): -4873174 or 2794677. OLE color: 2794677.
HSL color Cylindrical-coordinate representation of color #B5A42A: hue angle of 52.66º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5A42A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 42 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.29 |
| HSL | 52.66º | 0.62% | 0.44% | - |
| HSV(B) | 52.66º | 0.77% | 0.71% | - |
| XYZ | 32.75 | 36.54 | 7.52 | - |
| YUV | 155.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 42 | 0 | 0.09 | 0.77 | 0.29 | 52.66 | 0.62 | 0.44 |
| Hex | B5 | A4 | 2A | 0 | 9 | 4D | 1D | 35 | 3E | 2C |
| Octal | 265 | 244 | 52 | 0 | 11 | 115 | 35 | 65 | 76 | 54 |
| Binary | 10110101 | 10100100 | 101010 | 0 | 1001 | 1001101 | 11101 | 110101 | 111110 | 101100 |
Color Harmonies of #B5A42A
Complementary color
Monochromatic Colors of #B5A42A
Black with #B5A42A
Text Example
Text Example
White with #B5A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A42A; }
p { color: rgb(181,164,42); }
H1.HeaderClassName
{
color: #B5A42A;
}
.AnyTagClassName
{
color: #B5A42A;
}
</style>
background-color css
<style>
a { background-color: #B5A42A; }
a { background-color: rgb(181,164,42); }
div.DivClassName
{
background-color: #B5A42A;
}
.BgClassName
{
background-color: #B5A42A;
}
</style>
border-color css
<style>
span { border-color: #B5A42A; }
span { border-color: rgb(181,164,42); }
td.TdClassName
{
border-color: #B5A42A;
}
.TagClassName
{
border-color: #B5A42A;
}
</style>