Shades of Earls Green #B2A61A
Tints of Earls Green #B2A61A
RGB
CMYK
RGB Variations
Color information
#B2A61A (or 0xB2A61A) is known color: Earls Green. HEX triplet: B2, A6 and 1A. RGB value is (178,166,26). Sum of RGB (Red+Green+Blue) = 178+166+26=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A61A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A61A is #4D59E5. Grayscale: #9A9A9A. Windows color (decimal): -5069286 or 1746610. OLE color: 1746610.
HSL color Cylindrical-coordinate representation of color #B2A61A: hue angle of 55.26º 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 #B2A61A is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 26 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.30 |
| HSL | 55.26º | 0.75% | 0.4% | - |
| HSV(B) | 55.26º | 0.85% | 0.7% | - |
| XYZ | 32.18 | 36.81 | 6.39 | - |
| YUV | 153.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 26 | 0 | 0.07 | 0.85 | 0.30 | 55.26 | 0.75 | 0.4 |
| Hex | B2 | A6 | 1A | 0 | 7 | 55 | 1E | 37 | 4B | 28 |
| Octal | 262 | 246 | 32 | 0 | 7 | 125 | 36 | 67 | 113 | 50 |
| Binary | 10110010 | 10100110 | 11010 | 0 | 111 | 1010101 | 11110 | 110111 | 1001011 | 101000 |
Color Harmonies of #B2A61A
Complementary color
Monochromatic Colors of #B2A61A
Black with #B2A61A
Text Example
Text Example
White with #B2A61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A61A; }
p { color: rgb(178,166,26); }
H1.HeaderClassName
{
color: #B2A61A;
}
.AnyTagClassName
{
color: #B2A61A;
}
</style>
background-color css
<style>
a { background-color: #B2A61A; }
a { background-color: rgb(178,166,26); }
div.DivClassName
{
background-color: #B2A61A;
}
.BgClassName
{
background-color: #B2A61A;
}
</style>
border-color css
<style>
span { border-color: #B2A61A; }
span { border-color: rgb(178,166,26); }
td.TdClassName
{
border-color: #B2A61A;
}
.TagClassName
{
border-color: #B2A61A;
}
</style>