Shades of Earls Green #B9A32F
Tints of Earls Green #B9A32F
RGB
CMYK
RGB Variations
Color information
#B9A32F (or 0xB9A32F) is known color: Earls Green. HEX triplet: B9, A3 and 2F. RGB value is (185,163,47). Sum of RGB (Red+Green+Blue) = 185+163+47=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A32F is #465CD0. Grayscale: #9C9C9C. Windows color (decimal): -4611281 or 3122105. OLE color: 3122105.
HSL color Cylindrical-coordinate representation of color #B9A32F: hue angle of 50.43º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9A32F is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 47 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.27 |
| HSL | 50.43º | 0.59% | 0.45% | - |
| HSV(B) | 50.43º | 0.75% | 0.73% | - |
| XYZ | 33.62 | 36.71 | 8 | - |
| YUV | 156.35 | 66.29 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 47 | 0 | 0.12 | 0.75 | 0.27 | 50.43 | 0.59 | 0.45 |
| Hex | B9 | A3 | 2F | 0 | C | 4B | 1B | 32 | 3B | 2D |
| Octal | 271 | 243 | 57 | 0 | 14 | 113 | 33 | 62 | 73 | 55 |
| Binary | 10111001 | 10100011 | 101111 | 0 | 1100 | 1001011 | 11011 | 110010 | 111011 | 101101 |
Color Harmonies of #B9A32F
Complementary color
Monochromatic Colors of #B9A32F
Black with #B9A32F
Text Example
Text Example
White with #B9A32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A32F; }
p { color: rgb(185,163,47); }
H1.HeaderClassName
{
color: #B9A32F;
}
.AnyTagClassName
{
color: #B9A32F;
}
</style>
background-color css
<style>
a { background-color: #B9A32F; }
a { background-color: rgb(185,163,47); }
div.DivClassName
{
background-color: #B9A32F;
}
.BgClassName
{
background-color: #B9A32F;
}
</style>
border-color css
<style>
span { border-color: #B9A32F; }
span { border-color: rgb(185,163,47); }
td.TdClassName
{
border-color: #B9A32F;
}
.TagClassName
{
border-color: #B9A32F;
}
</style>