Shades of Earls Green #B6A22E
Tints of Earls Green #B6A22E
RGB
CMYK
RGB Variations
Color information
#B6A22E (or 0xB6A22E) is known color: Earls Green. HEX triplet: B6, A2 and 2E. RGB value is (182,162,46). Sum of RGB (Red+Green+Blue) = 182+162+46=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A22E is #495DD1. Grayscale: #9B9B9B. Windows color (decimal): -4808146 or 3056310. OLE color: 3056310.
HSL color Cylindrical-coordinate representation of color #B6A22E: hue angle of 51.18º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6A22E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 46 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.29 |
| HSL | 51.18º | 0.6% | 0.45% | - |
| HSV(B) | 51.18º | 0.75% | 0.71% | - |
| XYZ | 32.7 | 35.98 | 7.81 | - |
| YUV | 154.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 46 | 0 | 0.11 | 0.75 | 0.29 | 51.18 | 0.6 | 0.45 |
| Hex | B6 | A2 | 2E | 0 | B | 4B | 1D | 33 | 3C | 2D |
| Octal | 266 | 242 | 56 | 0 | 13 | 113 | 35 | 63 | 74 | 55 |
| Binary | 10110110 | 10100010 | 101110 | 0 | 1011 | 1001011 | 11101 | 110011 | 111100 | 101101 |
Color Harmonies of #B6A22E
Complementary color
Monochromatic Colors of #B6A22E
Black with #B6A22E
Text Example
Text Example
White with #B6A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A22E; }
p { color: rgb(182,162,46); }
H1.HeaderClassName
{
color: #B6A22E;
}
.AnyTagClassName
{
color: #B6A22E;
}
</style>
background-color css
<style>
a { background-color: #B6A22E; }
a { background-color: rgb(182,162,46); }
div.DivClassName
{
background-color: #B6A22E;
}
.BgClassName
{
background-color: #B6A22E;
}
</style>
border-color css
<style>
span { border-color: #B6A22E; }
span { border-color: rgb(182,162,46); }
td.TdClassName
{
border-color: #B6A22E;
}
.TagClassName
{
border-color: #B6A22E;
}
</style>