Shades of Earls Green #B6AA2D
Tints of Earls Green #B6AA2D
RGB
CMYK
RGB Variations
Color information
#B6AA2D (or 0xB6AA2D) is known color: Earls Green. HEX triplet: B6, AA and 2D. RGB value is (182,170,45). Sum of RGB (Red+Green+Blue) = 182+170+45=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AA2D is #4955D2. Grayscale: #9F9F9F. Windows color (decimal): -4806099 or 2992822. OLE color: 2992822.
HSL color Cylindrical-coordinate representation of color #B6AA2D: hue angle of 54.74º 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 #B6AA2D is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 170 | 45 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.29 |
| HSL | 54.74º | 0.6% | 0.45% | - |
| HSV(B) | 54.74º | 0.75% | 0.71% | - |
| XYZ | 34.14 | 38.88 | 8.19 | - |
| YUV | 159.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 170 | 45 | 0 | 0.07 | 0.75 | 0.29 | 54.74 | 0.6 | 0.45 |
| Hex | B6 | AA | 2D | 0 | 7 | 4B | 1D | 37 | 3C | 2D |
| Octal | 266 | 252 | 55 | 0 | 7 | 113 | 35 | 67 | 74 | 55 |
| Binary | 10110110 | 10101010 | 101101 | 0 | 111 | 1001011 | 11101 | 110111 | 111100 | 101101 |
Color Harmonies of #B6AA2D
Complementary color
Monochromatic Colors of #B6AA2D
Black with #B6AA2D
Text Example
Text Example
White with #B6AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AA2D; }
p { color: rgb(182,170,45); }
H1.HeaderClassName
{
color: #B6AA2D;
}
.AnyTagClassName
{
color: #B6AA2D;
}
</style>
background-color css
<style>
a { background-color: #B6AA2D; }
a { background-color: rgb(182,170,45); }
div.DivClassName
{
background-color: #B6AA2D;
}
.BgClassName
{
background-color: #B6AA2D;
}
</style>
border-color css
<style>
span { border-color: #B6AA2D; }
span { border-color: rgb(182,170,45); }
td.TdClassName
{
border-color: #B6AA2D;
}
.TagClassName
{
border-color: #B6AA2D;
}
</style>