Shades of Earls Green #B6A821
Tints of Earls Green #B6A821
RGB
CMYK
RGB Variations
Color information
#B6A821 (or 0xB6A821) is known color: Earls Green. HEX triplet: B6, A8 and 21. RGB value is (182,168,33). Sum of RGB (Red+Green+Blue) = 182+168+33=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A821 is #4957DE. Grayscale: #9D9D9D. Windows color (decimal): -4806623 or 2205878. OLE color: 2205878.
HSL color Cylindrical-coordinate representation of color #B6A821: hue angle of 54.36º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6A821 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 33 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.29 |
| HSL | 54.36º | 0.69% | 0.42% | - |
| HSV(B) | 54.36º | 0.82% | 0.71% | - |
| XYZ | 33.57 | 38.06 | 7.02 | - |
| YUV | 156.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 33 | 0 | 0.08 | 0.82 | 0.29 | 54.36 | 0.69 | 0.42 |
| Hex | B6 | A8 | 21 | 0 | 8 | 52 | 1D | 36 | 45 | 2A |
| Octal | 266 | 250 | 41 | 0 | 10 | 122 | 35 | 66 | 105 | 52 |
| Binary | 10110110 | 10101000 | 100001 | 0 | 1000 | 1010010 | 11101 | 110110 | 1000101 | 101010 |
Color Harmonies of #B6A821
Complementary color
Monochromatic Colors of #B6A821
Black with #B6A821
Text Example
Text Example
White with #B6A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A821; }
p { color: rgb(182,168,33); }
H1.HeaderClassName
{
color: #B6A821;
}
.AnyTagClassName
{
color: #B6A821;
}
</style>
background-color css
<style>
a { background-color: #B6A821; }
a { background-color: rgb(182,168,33); }
div.DivClassName
{
background-color: #B6A821;
}
.BgClassName
{
background-color: #B6A821;
}
</style>
border-color css
<style>
span { border-color: #B6A821; }
span { border-color: rgb(182,168,33); }
td.TdClassName
{
border-color: #B6A821;
}
.TagClassName
{
border-color: #B6A821;
}
</style>