Shades of Earls Green #B9A622
Tints of Earls Green #B9A622
RGB
CMYK
RGB Variations
Color information
#B9A622 (or 0xB9A622) is known color: Earls Green. HEX triplet: B9, A6 and 22. RGB value is (185,166,34). Sum of RGB (Red+Green+Blue) = 185+166+34=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A622 is #4659DD. Grayscale: #9D9D9D. Windows color (decimal): -4610526 or 2270905. OLE color: 2270905.
HSL color Cylindrical-coordinate representation of color #B9A622: hue angle of 52.45º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9A622 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 34 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.27 |
| HSL | 52.45º | 0.69% | 0.43% | - |
| HSV(B) | 52.45º | 0.82% | 0.73% | - |
| XYZ | 33.93 | 37.7 | 7 | - |
| YUV | 156.63 | 58.79 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 34 | 0 | 0.10 | 0.82 | 0.27 | 52.45 | 0.69 | 0.43 |
| Hex | B9 | A6 | 22 | 0 | A | 52 | 1B | 34 | 45 | 2B |
| Octal | 271 | 246 | 42 | 0 | 12 | 122 | 33 | 64 | 105 | 53 |
| Binary | 10111001 | 10100110 | 100010 | 0 | 1010 | 1010010 | 11011 | 110100 | 1000101 | 101011 |
Color Harmonies of #B9A622
Complementary color
Monochromatic Colors of #B9A622
Black with #B9A622
Text Example
Text Example
White with #B9A622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A622; }
p { color: rgb(185,166,34); }
H1.HeaderClassName
{
color: #B9A622;
}
.AnyTagClassName
{
color: #B9A622;
}
</style>
background-color css
<style>
a { background-color: #B9A622; }
a { background-color: rgb(185,166,34); }
div.DivClassName
{
background-color: #B9A622;
}
.BgClassName
{
background-color: #B9A622;
}
</style>
border-color css
<style>
span { border-color: #B9A622; }
span { border-color: rgb(185,166,34); }
td.TdClassName
{
border-color: #B9A622;
}
.TagClassName
{
border-color: #B9A622;
}
</style>