Shades of Earls Green #B3A829
Tints of Earls Green #B3A829
RGB
CMYK
RGB Variations
Color information
#B3A829 (or 0xB3A829) is known color: Earls Green. HEX triplet: B3, A8 and 29. RGB value is (179,168,41). Sum of RGB (Red+Green+Blue) = 179+168+41=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A829 is #4C57D6. Grayscale: #9D9D9D. Windows color (decimal): -5003223 or 2730163. OLE color: 2730163.
HSL color Cylindrical-coordinate representation of color #B3A829: hue angle of 55.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3A829 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 41 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.30 |
| HSL | 55.22º | 0.63% | 0.43% | - |
| HSV(B) | 55.22º | 0.77% | 0.7% | - |
| XYZ | 32.99 | 37.75 | 7.65 | - |
| YUV | 156.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 41 | 0 | 0.06 | 0.77 | 0.30 | 55.22 | 0.63 | 0.43 |
| Hex | B3 | A8 | 29 | 0 | 6 | 4D | 1E | 37 | 3F | 2B |
| Octal | 263 | 250 | 51 | 0 | 6 | 115 | 36 | 67 | 77 | 53 |
| Binary | 10110011 | 10101000 | 101001 | 0 | 110 | 1001101 | 11110 | 110111 | 111111 | 101011 |
Color Harmonies of #B3A829
Complementary color
Monochromatic Colors of #B3A829
Black with #B3A829
Text Example
Text Example
White with #B3A829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A829; }
p { color: rgb(179,168,41); }
H1.HeaderClassName
{
color: #B3A829;
}
.AnyTagClassName
{
color: #B3A829;
}
</style>
background-color css
<style>
a { background-color: #B3A829; }
a { background-color: rgb(179,168,41); }
div.DivClassName
{
background-color: #B3A829;
}
.BgClassName
{
background-color: #B3A829;
}
</style>
border-color css
<style>
span { border-color: #B3A829; }
span { border-color: rgb(179,168,41); }
td.TdClassName
{
border-color: #B3A829;
}
.TagClassName
{
border-color: #B3A829;
}
</style>