Shades of Earls Green #B6B32E
Tints of Earls Green #B6B32E
RGB
CMYK
RGB Variations
Color information
#B6B32E (or 0xB6B32E) is known color: Earls Green. HEX triplet: B6, B3 and 2E. RGB value is (182,179,46). Sum of RGB (Red+Green+Blue) = 182+179+46=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B32E is #494CD1. Grayscale: #A5A5A5. Windows color (decimal): -4803794 or 3060662. OLE color: 3060662.
HSL color Cylindrical-coordinate representation of color #B6B32E: hue angle of 58.68º 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 #B6B32E is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 179 | 46 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.29 |
| HSL | 58.68º | 0.6% | 0.45% | - |
| HSV(B) | 58.68º | 0.75% | 0.71% | - |
| XYZ | 35.9 | 42.38 | 8.87 | - |
| YUV | 164.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 179 | 46 | 0 | 0.02 | 0.75 | 0.29 | 58.68 | 0.6 | 0.45 |
| Hex | B6 | B3 | 2E | 0 | 2 | 4B | 1D | 3B | 3C | 2D |
| Octal | 266 | 263 | 56 | 0 | 2 | 113 | 35 | 73 | 74 | 55 |
| Binary | 10110110 | 10110011 | 101110 | 0 | 10 | 1001011 | 11101 | 111011 | 111100 | 101101 |
Color Harmonies of #B6B32E
Complementary color
Monochromatic Colors of #B6B32E
Black with #B6B32E
Text Example
Text Example
White with #B6B32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B32E; }
p { color: rgb(182,179,46); }
H1.HeaderClassName
{
color: #B6B32E;
}
.AnyTagClassName
{
color: #B6B32E;
}
</style>
background-color css
<style>
a { background-color: #B6B32E; }
a { background-color: rgb(182,179,46); }
div.DivClassName
{
background-color: #B6B32E;
}
.BgClassName
{
background-color: #B6B32E;
}
</style>
border-color css
<style>
span { border-color: #B6B32E; }
span { border-color: rgb(182,179,46); }
td.TdClassName
{
border-color: #B6B32E;
}
.TagClassName
{
border-color: #B6B32E;
}
</style>