Shades of Earls Green #B5A829
Tints of Earls Green #B5A829
RGB
CMYK
RGB Variations
Color information
#B5A829 (or 0xB5A829) is known color: Earls Green. HEX triplet: B5, A8 and 29. RGB value is (181,168,41). Sum of RGB (Red+Green+Blue) = 181+168+41=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A829 is #4A57D6. Grayscale: #9D9D9D. Windows color (decimal): -4872151 or 2730165. OLE color: 2730165.
HSL color Cylindrical-coordinate representation of color #B5A829: hue angle of 54.43º 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 #B5A829 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 41 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.29 |
| HSL | 54.43º | 0.63% | 0.44% | - |
| HSV(B) | 54.43º | 0.77% | 0.71% | - |
| XYZ | 33.46 | 37.99 | 7.67 | - |
| YUV | 157.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 41 | 0 | 0.07 | 0.77 | 0.29 | 54.43 | 0.63 | 0.44 |
| Hex | B5 | A8 | 29 | 0 | 7 | 4D | 1D | 36 | 3F | 2C |
| Octal | 265 | 250 | 51 | 0 | 7 | 115 | 35 | 66 | 77 | 54 |
| Binary | 10110101 | 10101000 | 101001 | 0 | 111 | 1001101 | 11101 | 110110 | 111111 | 101100 |
Color Harmonies of #B5A829
Complementary color
Monochromatic Colors of #B5A829
Black with #B5A829
Text Example
Text Example
White with #B5A829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A829; }
p { color: rgb(181,168,41); }
H1.HeaderClassName
{
color: #B5A829;
}
.AnyTagClassName
{
color: #B5A829;
}
</style>
background-color css
<style>
a { background-color: #B5A829; }
a { background-color: rgb(181,168,41); }
div.DivClassName
{
background-color: #B5A829;
}
.BgClassName
{
background-color: #B5A829;
}
</style>
border-color css
<style>
span { border-color: #B5A829; }
span { border-color: rgb(181,168,41); }
td.TdClassName
{
border-color: #B5A829;
}
.TagClassName
{
border-color: #B5A829;
}
</style>