Shades of Earls Green #B9A32C
Tints of Earls Green #B9A32C
RGB
CMYK
RGB Variations
Color information
#B9A32C (or 0xB9A32C) is known color: Earls Green. HEX triplet: B9, A3 and 2C. RGB value is (185,163,44). Sum of RGB (Red+Green+Blue) = 185+163+44=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A32C is #465CD3. Grayscale: #9C9C9C. Windows color (decimal): -4611284 or 2925497. OLE color: 2925497.
HSL color Cylindrical-coordinate representation of color #B9A32C: hue angle of 50.64º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9A32C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 44 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.27 |
| HSL | 50.64º | 0.62% | 0.45% | - |
| HSV(B) | 50.64º | 0.76% | 0.73% | - |
| XYZ | 33.56 | 36.69 | 7.7 | - |
| YUV | 156.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 44 | 0 | 0.12 | 0.76 | 0.27 | 50.64 | 0.62 | 0.45 |
| Hex | B9 | A3 | 2C | 0 | C | 4C | 1B | 33 | 3E | 2D |
| Octal | 271 | 243 | 54 | 0 | 14 | 114 | 33 | 63 | 76 | 55 |
| Binary | 10111001 | 10100011 | 101100 | 0 | 1100 | 1001100 | 11011 | 110011 | 111110 | 101101 |
Color Harmonies of #B9A32C
Complementary color
Monochromatic Colors of #B9A32C
Black with #B9A32C
Text Example
Text Example
White with #B9A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A32C; }
p { color: rgb(185,163,44); }
H1.HeaderClassName
{
color: #B9A32C;
}
.AnyTagClassName
{
color: #B9A32C;
}
</style>
background-color css
<style>
a { background-color: #B9A32C; }
a { background-color: rgb(185,163,44); }
div.DivClassName
{
background-color: #B9A32C;
}
.BgClassName
{
background-color: #B9A32C;
}
</style>
border-color css
<style>
span { border-color: #B9A32C; }
span { border-color: rgb(185,163,44); }
td.TdClassName
{
border-color: #B9A32C;
}
.TagClassName
{
border-color: #B9A32C;
}
</style>