Shades of Earls Green #B2A129
Tints of Earls Green #B2A129
RGB
CMYK
RGB Variations
Color information
#B2A129 (or 0xB2A129) is known color: Earls Green. HEX triplet: B2, A1 and 29. RGB value is (178,161,41). Sum of RGB (Red+Green+Blue) = 178+161+41=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A129 is #4D5ED6. Grayscale: #989898. Windows color (decimal): -5070551 or 2728370. OLE color: 2728370.
HSL color Cylindrical-coordinate representation of color #B2A129: hue angle of 52.55º 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 #B2A129 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 41 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.30 |
| HSL | 52.55º | 0.63% | 0.43% | - |
| HSV(B) | 52.55º | 0.77% | 0.7% | - |
| XYZ | 31.51 | 35.11 | 7.22 | - |
| YUV | 152.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 41 | 0 | 0.10 | 0.77 | 0.30 | 52.55 | 0.63 | 0.43 |
| Hex | B2 | A1 | 29 | 0 | A | 4D | 1E | 35 | 3F | 2B |
| Octal | 262 | 241 | 51 | 0 | 12 | 115 | 36 | 65 | 77 | 53 |
| Binary | 10110010 | 10100001 | 101001 | 0 | 1010 | 1001101 | 11110 | 110101 | 111111 | 101011 |
Color Harmonies of #B2A129
Complementary color
Monochromatic Colors of #B2A129
Black with #B2A129
Text Example
Text Example
White with #B2A129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A129; }
p { color: rgb(178,161,41); }
H1.HeaderClassName
{
color: #B2A129;
}
.AnyTagClassName
{
color: #B2A129;
}
</style>
background-color css
<style>
a { background-color: #B2A129; }
a { background-color: rgb(178,161,41); }
div.DivClassName
{
background-color: #B2A129;
}
.BgClassName
{
background-color: #B2A129;
}
</style>
border-color css
<style>
span { border-color: #B2A129; }
span { border-color: rgb(178,161,41); }
td.TdClassName
{
border-color: #B2A129;
}
.TagClassName
{
border-color: #B2A129;
}
</style>