Shades of Earls Green #B4A829
Tints of Earls Green #B4A829
RGB
CMYK
RGB Variations
Color information
#B4A829 (or 0xB4A829) is known color: Earls Green. HEX triplet: B4, A8 and 29. RGB value is (180,168,41). Sum of RGB (Red+Green+Blue) = 180+168+41=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 41 (16.41% from 255 or 10.54% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A829 is #4B57D6. Grayscale: #9D9D9D. Windows color (decimal): -4937687 or 2730164. OLE color: 2730164.
HSL color Cylindrical-coordinate representation of color #B4A829: hue angle of 54.82º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4A829 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 41 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.29 |
| HSL | 54.82º | 0.63% | 0.43% | - |
| HSV(B) | 54.82º | 0.77% | 0.71% | - |
| XYZ | 33.23 | 37.87 | 7.66 | - |
| YUV | 157.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 41 | 0 | 0.07 | 0.77 | 0.29 | 54.82 | 0.63 | 0.43 |
| Hex | B4 | A8 | 29 | 0 | 7 | 4D | 1D | 37 | 3F | 2B |
| Octal | 264 | 250 | 51 | 0 | 7 | 115 | 35 | 67 | 77 | 53 |
| Binary | 10110100 | 10101000 | 101001 | 0 | 111 | 1001101 | 11101 | 110111 | 111111 | 101011 |
Color Harmonies of #B4A829
Complementary color
Monochromatic Colors of #B4A829
Black with #B4A829
Text Example
Text Example
White with #B4A829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A829; }
p { color: rgb(180,168,41); }
H1.HeaderClassName
{
color: #B4A829;
}
.AnyTagClassName
{
color: #B4A829;
}
</style>
background-color css
<style>
a { background-color: #B4A829; }
a { background-color: rgb(180,168,41); }
div.DivClassName
{
background-color: #B4A829;
}
.BgClassName
{
background-color: #B4A829;
}
</style>
border-color css
<style>
span { border-color: #B4A829; }
span { border-color: rgb(180,168,41); }
td.TdClassName
{
border-color: #B4A829;
}
.TagClassName
{
border-color: #B4A829;
}
</style>