Shades of Earls Green #B6A81D
Tints of Earls Green #B6A81D
RGB
CMYK
RGB Variations
Color information
#B6A81D (or 0xB6A81D) is known color: Earls Green. HEX triplet: B6, A8 and 1D. RGB value is (182,168,29). Sum of RGB (Red+Green+Blue) = 182+168+29=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A81D is #4957E2. Grayscale: #9C9C9C. Windows color (decimal): -4806627 or 1943734. OLE color: 1943734.
HSL color Cylindrical-coordinate representation of color #B6A81D: hue angle of 54.51º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6A81D is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 29 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.29 |
| HSL | 54.51º | 0.73% | 0.41% | - |
| HSV(B) | 54.51º | 0.84% | 0.71% | - |
| XYZ | 33.52 | 38.04 | 6.74 | - |
| YUV | 156.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 29 | 0 | 0.08 | 0.84 | 0.29 | 54.51 | 0.73 | 0.41 |
| Hex | B6 | A8 | 1D | 0 | 8 | 54 | 1D | 37 | 49 | 29 |
| Octal | 266 | 250 | 35 | 0 | 10 | 124 | 35 | 67 | 111 | 51 |
| Binary | 10110110 | 10101000 | 11101 | 0 | 1000 | 1010100 | 11101 | 110111 | 1001001 | 101001 |
Color Harmonies of #B6A81D
Complementary color
Monochromatic Colors of #B6A81D
Black with #B6A81D
Text Example
Text Example
White with #B6A81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A81D; }
p { color: rgb(182,168,29); }
H1.HeaderClassName
{
color: #B6A81D;
}
.AnyTagClassName
{
color: #B6A81D;
}
</style>
background-color css
<style>
a { background-color: #B6A81D; }
a { background-color: rgb(182,168,29); }
div.DivClassName
{
background-color: #B6A81D;
}
.BgClassName
{
background-color: #B6A81D;
}
</style>
border-color css
<style>
span { border-color: #B6A81D; }
span { border-color: rgb(182,168,29); }
td.TdClassName
{
border-color: #B6A81D;
}
.TagClassName
{
border-color: #B6A81D;
}
</style>