Shades of Earls Green #B2AC2E
Tints of Earls Green #B2AC2E
RGB
CMYK
RGB Variations
Color information
#B2AC2E (or 0xB2AC2E) is known color: Earls Green. HEX triplet: B2, AC and 2E. RGB value is (178,172,46). Sum of RGB (Red+Green+Blue) = 178+172+46=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AC2E is #4D53D1. Grayscale: #9F9F9F. Windows color (decimal): -5067730 or 3058866. OLE color: 3058866.
HSL color Cylindrical-coordinate representation of color #B2AC2E: hue angle of 57.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2AC2E is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 46 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.30 |
| HSL | 57.27º | 0.59% | 0.44% | - |
| HSV(B) | 57.27º | 0.74% | 0.7% | - |
| XYZ | 33.61 | 39.17 | 8.37 | - |
| YUV | 159.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 46 | 0 | 0.03 | 0.74 | 0.30 | 57.27 | 0.59 | 0.44 |
| Hex | B2 | AC | 2E | 0 | 3 | 4A | 1E | 39 | 3B | 2C |
| Octal | 262 | 254 | 56 | 0 | 3 | 112 | 36 | 71 | 73 | 54 |
| Binary | 10110010 | 10101100 | 101110 | 0 | 11 | 1001010 | 11110 | 111001 | 111011 | 101100 |
Color Harmonies of #B2AC2E
Complementary color
Monochromatic Colors of #B2AC2E
Black with #B2AC2E
Text Example
Text Example
White with #B2AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC2E; }
p { color: rgb(178,172,46); }
H1.HeaderClassName
{
color: #B2AC2E;
}
.AnyTagClassName
{
color: #B2AC2E;
}
</style>
background-color css
<style>
a { background-color: #B2AC2E; }
a { background-color: rgb(178,172,46); }
div.DivClassName
{
background-color: #B2AC2E;
}
.BgClassName
{
background-color: #B2AC2E;
}
</style>
border-color css
<style>
span { border-color: #B2AC2E; }
span { border-color: rgb(178,172,46); }
td.TdClassName
{
border-color: #B2AC2E;
}
.TagClassName
{
border-color: #B2AC2E;
}
</style>