Shades of Earls Green #B2A128
Tints of Earls Green #B2A128
RGB
CMYK
RGB Variations
Color information
#B2A128 (or 0xB2A128) is known color: Earls Green. HEX triplet: B2, A1 and 28. RGB value is (178,161,40). Sum of RGB (Red+Green+Blue) = 178+161+40=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A128 is #4D5ED7. Grayscale: #989898. Windows color (decimal): -5070552 or 2662834. OLE color: 2662834.
HSL color Cylindrical-coordinate representation of color #B2A128: hue angle of 52.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2A128 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 40 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.30 |
| HSL | 52.61º | 0.63% | 0.43% | - |
| HSV(B) | 52.61º | 0.78% | 0.7% | - |
| XYZ | 31.49 | 35.11 | 7.12 | - |
| YUV | 152.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 40 | 0 | 0.10 | 0.78 | 0.30 | 52.61 | 0.63 | 0.43 |
| Hex | B2 | A1 | 28 | 0 | A | 4E | 1E | 35 | 3F | 2B |
| Octal | 262 | 241 | 50 | 0 | 12 | 116 | 36 | 65 | 77 | 53 |
| Binary | 10110010 | 10100001 | 101000 | 0 | 1010 | 1001110 | 11110 | 110101 | 111111 | 101011 |
Color Harmonies of #B2A128
Complementary color
Monochromatic Colors of #B2A128
Black with #B2A128
Text Example
Text Example
White with #B2A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A128; }
p { color: rgb(178,161,40); }
H1.HeaderClassName
{
color: #B2A128;
}
.AnyTagClassName
{
color: #B2A128;
}
</style>
background-color css
<style>
a { background-color: #B2A128; }
a { background-color: rgb(178,161,40); }
div.DivClassName
{
background-color: #B2A128;
}
.BgClassName
{
background-color: #B2A128;
}
</style>
border-color css
<style>
span { border-color: #B2A128; }
span { border-color: rgb(178,161,40); }
td.TdClassName
{
border-color: #B2A128;
}
.TagClassName
{
border-color: #B2A128;
}
</style>