Shades of Earls Green #B6AC2D
Tints of Earls Green #B6AC2D
RGB
CMYK
RGB Variations
Color information
#B6AC2D (or 0xB6AC2D) is known color: Earls Green. HEX triplet: B6, AC and 2D. RGB value is (182,172,45). Sum of RGB (Red+Green+Blue) = 182+172+45=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AC2D is #4953D2. Grayscale: #A1A1A1. Windows color (decimal): -4805587 or 2993334. OLE color: 2993334.
HSL color Cylindrical-coordinate representation of color #B6AC2D: hue angle of 55.62º 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 #B6AC2D is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 172 | 45 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.29 |
| HSL | 55.62º | 0.6% | 0.45% | - |
| HSV(B) | 55.62º | 0.75% | 0.71% | - |
| XYZ | 34.52 | 39.64 | 8.31 | - |
| YUV | 160.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 172 | 45 | 0 | 0.05 | 0.75 | 0.29 | 55.62 | 0.6 | 0.45 |
| Hex | B6 | AC | 2D | 0 | 5 | 4B | 1D | 38 | 3C | 2D |
| Octal | 266 | 254 | 55 | 0 | 5 | 113 | 35 | 70 | 74 | 55 |
| Binary | 10110110 | 10101100 | 101101 | 0 | 101 | 1001011 | 11101 | 111000 | 111100 | 101101 |
Color Harmonies of #B6AC2D
Complementary color
Monochromatic Colors of #B6AC2D
Black with #B6AC2D
Text Example
Text Example
White with #B6AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AC2D; }
p { color: rgb(182,172,45); }
H1.HeaderClassName
{
color: #B6AC2D;
}
.AnyTagClassName
{
color: #B6AC2D;
}
</style>
background-color css
<style>
a { background-color: #B6AC2D; }
a { background-color: rgb(182,172,45); }
div.DivClassName
{
background-color: #B6AC2D;
}
.BgClassName
{
background-color: #B6AC2D;
}
</style>
border-color css
<style>
span { border-color: #B6AC2D; }
span { border-color: rgb(182,172,45); }
td.TdClassName
{
border-color: #B6AC2D;
}
.TagClassName
{
border-color: #B6AC2D;
}
</style>