Shades of Earls Green #B5A529
Tints of Earls Green #B5A529
RGB
CMYK
RGB Variations
Color information
#B5A529 (or 0xB5A529) is known color: Earls Green. HEX triplet: B5, A5 and 29. RGB value is (181,165,41). Sum of RGB (Red+Green+Blue) = 181+165+41=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A529 is #4A5AD6. Grayscale: #9C9C9C. Windows color (decimal): -4872919 or 2729397. OLE color: 2729397.
HSL color Cylindrical-coordinate representation of color #B5A529: hue angle of 53.14º degrees, saturation: 0.63, 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 #B5A529 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 165 | 41 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.29 |
| HSL | 53.14º | 0.63% | 0.44% | - |
| HSV(B) | 53.14º | 0.77% | 0.71% | - |
| XYZ | 32.91 | 36.89 | 7.48 | - |
| YUV | 155.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 41 | 0 | 0.09 | 0.77 | 0.29 | 53.14 | 0.63 | 0.44 |
| Hex | B5 | A5 | 29 | 0 | 9 | 4D | 1D | 35 | 3F | 2C |
| Octal | 265 | 245 | 51 | 0 | 11 | 115 | 35 | 65 | 77 | 54 |
| Binary | 10110101 | 10100101 | 101001 | 0 | 1001 | 1001101 | 11101 | 110101 | 111111 | 101100 |
Color Harmonies of #B5A529
Complementary color
Monochromatic Colors of #B5A529
Black with #B5A529
Text Example
Text Example
White with #B5A529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A529; }
p { color: rgb(181,165,41); }
H1.HeaderClassName
{
color: #B5A529;
}
.AnyTagClassName
{
color: #B5A529;
}
</style>
background-color css
<style>
a { background-color: #B5A529; }
a { background-color: rgb(181,165,41); }
div.DivClassName
{
background-color: #B5A529;
}
.BgClassName
{
background-color: #B5A529;
}
</style>
border-color css
<style>
span { border-color: #B5A529; }
span { border-color: rgb(181,165,41); }
td.TdClassName
{
border-color: #B5A529;
}
.TagClassName
{
border-color: #B5A529;
}
</style>