Shades of Earls Green #B9A22A
Tints of Earls Green #B9A22A
RGB
CMYK
RGB Variations
Color information
#B9A22A (or 0xB9A22A) is known color: Earls Green. HEX triplet: B9, A2 and 2A. RGB value is (185,162,42). Sum of RGB (Red+Green+Blue) = 185+162+42=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A22A is #465DD5. Grayscale: #9B9B9B. Windows color (decimal): -4611542 or 2794169. OLE color: 2794169.
HSL color Cylindrical-coordinate representation of color #B9A22A: hue angle of 50.35º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9A22A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 42 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.27 |
| HSL | 50.35º | 0.63% | 0.45% | - |
| HSV(B) | 50.35º | 0.77% | 0.73% | - |
| XYZ | 33.35 | 36.32 | 7.44 | - |
| YUV | 155.2 | 64.12 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 42 | 0 | 0.12 | 0.77 | 0.27 | 50.35 | 0.63 | 0.45 |
| Hex | B9 | A2 | 2A | 0 | C | 4D | 1B | 32 | 3F | 2D |
| Octal | 271 | 242 | 52 | 0 | 14 | 115 | 33 | 62 | 77 | 55 |
| Binary | 10111001 | 10100010 | 101010 | 0 | 1100 | 1001101 | 11011 | 110010 | 111111 | 101101 |
Color Harmonies of #B9A22A
Complementary color
Monochromatic Colors of #B9A22A
Black with #B9A22A
Text Example
Text Example
White with #B9A22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A22A; }
p { color: rgb(185,162,42); }
H1.HeaderClassName
{
color: #B9A22A;
}
.AnyTagClassName
{
color: #B9A22A;
}
</style>
background-color css
<style>
a { background-color: #B9A22A; }
a { background-color: rgb(185,162,42); }
div.DivClassName
{
background-color: #B9A22A;
}
.BgClassName
{
background-color: #B9A22A;
}
</style>
border-color css
<style>
span { border-color: #B9A22A; }
span { border-color: rgb(185,162,42); }
td.TdClassName
{
border-color: #B9A22A;
}
.TagClassName
{
border-color: #B9A22A;
}
</style>