Shades of Earls Green #B2A620
Tints of Earls Green #B2A620
RGB
CMYK
RGB Variations
Color information
#B2A620 (or 0xB2A620) is known color: Earls Green. HEX triplet: B2, A6 and 20. RGB value is (178,166,32). Sum of RGB (Red+Green+Blue) = 178+166+32=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A620 is #4D59DF. Grayscale: #9A9A9A. Windows color (decimal): -5069280 or 2139826. OLE color: 2139826.
HSL color Cylindrical-coordinate representation of color #B2A620: hue angle of 55.07º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2A620 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 32 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.30 |
| HSL | 55.07º | 0.7% | 0.41% | - |
| HSV(B) | 55.07º | 0.82% | 0.7% | - |
| XYZ | 32.26 | 36.84 | 6.78 | - |
| YUV | 154.31 | 58.98 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 32 | 0 | 0.07 | 0.82 | 0.30 | 55.07 | 0.7 | 0.41 |
| Hex | B2 | A6 | 20 | 0 | 7 | 52 | 1E | 37 | 46 | 29 |
| Octal | 262 | 246 | 40 | 0 | 7 | 122 | 36 | 67 | 106 | 51 |
| Binary | 10110010 | 10100110 | 100000 | 0 | 111 | 1010010 | 11110 | 110111 | 1000110 | 101001 |
Color Harmonies of #B2A620
Complementary color
Monochromatic Colors of #B2A620
Black with #B2A620
Text Example
Text Example
White with #B2A620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A620; }
p { color: rgb(178,166,32); }
H1.HeaderClassName
{
color: #B2A620;
}
.AnyTagClassName
{
color: #B2A620;
}
</style>
background-color css
<style>
a { background-color: #B2A620; }
a { background-color: rgb(178,166,32); }
div.DivClassName
{
background-color: #B2A620;
}
.BgClassName
{
background-color: #B2A620;
}
</style>
border-color css
<style>
span { border-color: #B2A620; }
span { border-color: rgb(178,166,32); }
td.TdClassName
{
border-color: #B2A620;
}
.TagClassName
{
border-color: #B2A620;
}
</style>