Shades of Earls Green #B6A823
Tints of Earls Green #B6A823
RGB
CMYK
RGB Variations
Color information
#B6A823 (or 0xB6A823) is known color: Earls Green. HEX triplet: B6, A8 and 23. RGB value is (182,168,35). Sum of RGB (Red+Green+Blue) = 182+168+35=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A823 is #4957DC. Grayscale: #9D9D9D. Windows color (decimal): -4806621 or 2336950. OLE color: 2336950.
HSL color Cylindrical-coordinate representation of color #B6A823: hue angle of 54.29º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6A823 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 35 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.29 |
| HSL | 54.29º | 0.68% | 0.43% | - |
| HSV(B) | 54.29º | 0.81% | 0.71% | - |
| XYZ | 33.6 | 38.07 | 7.17 | - |
| YUV | 157.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 35 | 0 | 0.08 | 0.81 | 0.29 | 54.29 | 0.68 | 0.43 |
| Hex | B6 | A8 | 23 | 0 | 8 | 51 | 1D | 36 | 44 | 2B |
| Octal | 266 | 250 | 43 | 0 | 10 | 121 | 35 | 66 | 104 | 53 |
| Binary | 10110110 | 10101000 | 100011 | 0 | 1000 | 1010001 | 11101 | 110110 | 1000100 | 101011 |
Color Harmonies of #B6A823
Complementary color
Monochromatic Colors of #B6A823
Black with #B6A823
Text Example
Text Example
White with #B6A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A823; }
p { color: rgb(182,168,35); }
H1.HeaderClassName
{
color: #B6A823;
}
.AnyTagClassName
{
color: #B6A823;
}
</style>
background-color css
<style>
a { background-color: #B6A823; }
a { background-color: rgb(182,168,35); }
div.DivClassName
{
background-color: #B6A823;
}
.BgClassName
{
background-color: #B6A823;
}
</style>
border-color css
<style>
span { border-color: #B6A823; }
span { border-color: rgb(182,168,35); }
td.TdClassName
{
border-color: #B6A823;
}
.TagClassName
{
border-color: #B6A823;
}
</style>