Shades of Earls Green #B6A819
Tints of Earls Green #B6A819
RGB
CMYK
RGB Variations
Color information
#B6A819 (or 0xB6A819) is known color: Earls Green. HEX triplet: B6, A8 and 19. RGB value is (182,168,25). Sum of RGB (Red+Green+Blue) = 182+168+25=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A819 is #4957E6. Grayscale: #9C9C9C. Windows color (decimal): -4806631 or 1681590. OLE color: 1681590.
HSL color Cylindrical-coordinate representation of color #B6A819: hue angle of 54.65º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6A819 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 25 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.29 |
| HSL | 54.65º | 0.76% | 0.41% | - |
| HSV(B) | 54.65º | 0.86% | 0.71% | - |
| XYZ | 33.47 | 38.02 | 6.49 | - |
| YUV | 155.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 25 | 0 | 0.08 | 0.86 | 0.29 | 54.65 | 0.76 | 0.41 |
| Hex | B6 | A8 | 19 | 0 | 8 | 56 | 1D | 37 | 4C | 29 |
| Octal | 266 | 250 | 31 | 0 | 10 | 126 | 35 | 67 | 114 | 51 |
| Binary | 10110110 | 10101000 | 11001 | 0 | 1000 | 1010110 | 11101 | 110111 | 1001100 | 101001 |
Color Harmonies of #B6A819
Complementary color
Monochromatic Colors of #B6A819
Black with #B6A819
Text Example
Text Example
White with #B6A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A819; }
p { color: rgb(182,168,25); }
H1.HeaderClassName
{
color: #B6A819;
}
.AnyTagClassName
{
color: #B6A819;
}
</style>
background-color css
<style>
a { background-color: #B6A819; }
a { background-color: rgb(182,168,25); }
div.DivClassName
{
background-color: #B6A819;
}
.BgClassName
{
background-color: #B6A819;
}
</style>
border-color css
<style>
span { border-color: #B6A819; }
span { border-color: rgb(182,168,25); }
td.TdClassName
{
border-color: #B6A819;
}
.TagClassName
{
border-color: #B6A819;
}
</style>