Shades of Earls Green #B8A722
Tints of Earls Green #B8A722
RGB
CMYK
RGB Variations
Color information
#B8A722 (or 0xB8A722) is known color: Earls Green. HEX triplet: B8, A7 and 22. RGB value is (184,167,34). Sum of RGB (Red+Green+Blue) = 184+167+34=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A722 is #4758DD. Grayscale: #9D9D9D. Windows color (decimal): -4675806 or 2271160. OLE color: 2271160.
HSL color Cylindrical-coordinate representation of color #B8A722: hue angle of 53.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8A722 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 167 | 34 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.28 |
| HSL | 53.2º | 0.69% | 0.43% | - |
| HSV(B) | 53.2º | 0.82% | 0.72% | - |
| XYZ | 33.87 | 37.94 | 7.05 | - |
| YUV | 156.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 34 | 0 | 0.09 | 0.82 | 0.28 | 53.2 | 0.69 | 0.43 |
| Hex | B8 | A7 | 22 | 0 | 9 | 52 | 1C | 35 | 45 | 2B |
| Octal | 270 | 247 | 42 | 0 | 11 | 122 | 34 | 65 | 105 | 53 |
| Binary | 10111000 | 10100111 | 100010 | 0 | 1001 | 1010010 | 11100 | 110101 | 1000101 | 101011 |
Color Harmonies of #B8A722
Complementary color
Monochromatic Colors of #B8A722
Black with #B8A722
Text Example
Text Example
White with #B8A722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A722; }
p { color: rgb(184,167,34); }
H1.HeaderClassName
{
color: #B8A722;
}
.AnyTagClassName
{
color: #B8A722;
}
</style>
background-color css
<style>
a { background-color: #B8A722; }
a { background-color: rgb(184,167,34); }
div.DivClassName
{
background-color: #B8A722;
}
.BgClassName
{
background-color: #B8A722;
}
</style>
border-color css
<style>
span { border-color: #B8A722; }
span { border-color: rgb(184,167,34); }
td.TdClassName
{
border-color: #B8A722;
}
.TagClassName
{
border-color: #B8A722;
}
</style>