Shades of Earls Green #B2A41A
Tints of Earls Green #B2A41A
RGB
CMYK
RGB Variations
Color information
#B2A41A (or 0xB2A41A) is known color: Earls Green. HEX triplet: B2, A4 and 1A. RGB value is (178,164,26). Sum of RGB (Red+Green+Blue) = 178+164+26=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A41A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A41A is #4D5BE5. Grayscale: #999999. Windows color (decimal): -5069798 or 1746098. OLE color: 1746098.
HSL color Cylindrical-coordinate representation of color #B2A41A: hue angle of 54.47º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2A41A is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 164 | 26 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.30 |
| HSL | 54.47º | 0.75% | 0.4% | - |
| HSV(B) | 54.47º | 0.85% | 0.7% | - |
| XYZ | 31.82 | 36.09 | 6.27 | - |
| YUV | 152.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 164 | 26 | 0 | 0.08 | 0.85 | 0.30 | 54.47 | 0.75 | 0.4 |
| Hex | B2 | A4 | 1A | 0 | 8 | 55 | 1E | 36 | 4B | 28 |
| Octal | 262 | 244 | 32 | 0 | 10 | 125 | 36 | 66 | 113 | 50 |
| Binary | 10110010 | 10100100 | 11010 | 0 | 1000 | 1010101 | 11110 | 110110 | 1001011 | 101000 |
Color Harmonies of #B2A41A
Complementary color
Monochromatic Colors of #B2A41A
Black with #B2A41A
Text Example
Text Example
White with #B2A41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A41A; }
p { color: rgb(178,164,26); }
H1.HeaderClassName
{
color: #B2A41A;
}
.AnyTagClassName
{
color: #B2A41A;
}
</style>
background-color css
<style>
a { background-color: #B2A41A; }
a { background-color: rgb(178,164,26); }
div.DivClassName
{
background-color: #B2A41A;
}
.BgClassName
{
background-color: #B2A41A;
}
</style>
border-color css
<style>
span { border-color: #B2A41A; }
span { border-color: rgb(178,164,26); }
td.TdClassName
{
border-color: #B2A41A;
}
.TagClassName
{
border-color: #B2A41A;
}
</style>