Shades of Earls Green #B6A824
Tints of Earls Green #B6A824
RGB
CMYK
RGB Variations
Color information
#B6A824 (or 0xB6A824) is known color: Earls Green. HEX triplet: B6, A8 and 24. RGB value is (182,168,36). Sum of RGB (Red+Green+Blue) = 182+168+36=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A824 is #4957DB. Grayscale: #9D9D9D. Windows color (decimal): -4806620 or 2402486. OLE color: 2402486.
HSL color Cylindrical-coordinate representation of color #B6A824: hue angle of 54.25º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6A824 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 36 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.29 |
| HSL | 54.25º | 0.67% | 0.43% | - |
| HSV(B) | 54.25º | 0.8% | 0.71% | - |
| XYZ | 33.61 | 38.08 | 7.25 | - |
| YUV | 157.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 36 | 0 | 0.08 | 0.80 | 0.29 | 54.25 | 0.67 | 0.43 |
| Hex | B6 | A8 | 24 | 0 | 8 | 50 | 1D | 36 | 43 | 2B |
| Octal | 266 | 250 | 44 | 0 | 10 | 120 | 35 | 66 | 103 | 53 |
| Binary | 10110110 | 10101000 | 100100 | 0 | 1000 | 1010000 | 11101 | 110110 | 1000011 | 101011 |
Color Harmonies of #B6A824
Complementary color
Monochromatic Colors of #B6A824
Black with #B6A824
Text Example
Text Example
White with #B6A824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A824; }
p { color: rgb(182,168,36); }
H1.HeaderClassName
{
color: #B6A824;
}
.AnyTagClassName
{
color: #B6A824;
}
</style>
background-color css
<style>
a { background-color: #B6A824; }
a { background-color: rgb(182,168,36); }
div.DivClassName
{
background-color: #B6A824;
}
.BgClassName
{
background-color: #B6A824;
}
</style>
border-color css
<style>
span { border-color: #B6A824; }
span { border-color: rgb(182,168,36); }
td.TdClassName
{
border-color: #B6A824;
}
.TagClassName
{
border-color: #B6A824;
}
</style>