Shades of Earls Green #B6A42E
Tints of Earls Green #B6A42E
RGB
CMYK
RGB Variations
Color information
#B6A42E (or 0xB6A42E) is known color: Earls Green. HEX triplet: B6, A4 and 2E. RGB value is (182,164,46). Sum of RGB (Red+Green+Blue) = 182+164+46=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 46 (18.36% from 255 or 11.73% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A42E is #495BD1. Grayscale: #9C9C9C. Windows color (decimal): -4807634 or 3056822. OLE color: 3056822.
HSL color Cylindrical-coordinate representation of color #B6A42E: hue angle of 52.06º 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 #B6A42E is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 164 | 46 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.29 |
| HSL | 52.06º | 0.6% | 0.45% | - |
| HSV(B) | 52.06º | 0.75% | 0.71% | - |
| XYZ | 33.06 | 36.69 | 7.92 | - |
| YUV | 155.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 164 | 46 | 0 | 0.10 | 0.75 | 0.29 | 52.06 | 0.6 | 0.45 |
| Hex | B6 | A4 | 2E | 0 | A | 4B | 1D | 34 | 3C | 2D |
| Octal | 266 | 244 | 56 | 0 | 12 | 113 | 35 | 64 | 74 | 55 |
| Binary | 10110110 | 10100100 | 101110 | 0 | 1010 | 1001011 | 11101 | 110100 | 111100 | 101101 |
Color Harmonies of #B6A42E
Complementary color
Monochromatic Colors of #B6A42E
Black with #B6A42E
Text Example
Text Example
White with #B6A42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A42E; }
p { color: rgb(182,164,46); }
H1.HeaderClassName
{
color: #B6A42E;
}
.AnyTagClassName
{
color: #B6A42E;
}
</style>
background-color css
<style>
a { background-color: #B6A42E; }
a { background-color: rgb(182,164,46); }
div.DivClassName
{
background-color: #B6A42E;
}
.BgClassName
{
background-color: #B6A42E;
}
</style>
border-color css
<style>
span { border-color: #B6A42E; }
span { border-color: rgb(182,164,46); }
td.TdClassName
{
border-color: #B6A42E;
}
.TagClassName
{
border-color: #B6A42E;
}
</style>