Shades of Earls Green #B0A32F
Tints of Earls Green #B0A32F
RGB
CMYK
RGB Variations
Color information
#B0A32F (or 0xB0A32F) is known color: Earls Green. HEX triplet: B0, A3 and 2F. RGB value is (176,163,47). Sum of RGB (Red+Green+Blue) = 176+163+47=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A32F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A32F is #4F5CD0. Grayscale: #9A9A9A. Windows color (decimal): -5201105 or 3122096. OLE color: 3122096.
HSL color Cylindrical-coordinate representation of color #B0A32F: hue angle of 53.95º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0A32F is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 47 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.31 |
| HSL | 53.95º | 0.58% | 0.44% | - |
| HSV(B) | 53.95º | 0.73% | 0.69% | - |
| XYZ | 31.51 | 35.63 | 7.91 | - |
| YUV | 153.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 47 | 0 | 0.07 | 0.73 | 0.31 | 53.95 | 0.58 | 0.44 |
| Hex | B0 | A3 | 2F | 0 | 7 | 49 | 1F | 36 | 3A | 2C |
| Octal | 260 | 243 | 57 | 0 | 7 | 111 | 37 | 66 | 72 | 54 |
| Binary | 10110000 | 10100011 | 101111 | 0 | 111 | 1001001 | 11111 | 110110 | 111010 | 101100 |
Color Harmonies of #B0A32F
Complementary color
Monochromatic Colors of #B0A32F
Black with #B0A32F
Text Example
Text Example
White with #B0A32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A32F; }
p { color: rgb(176,163,47); }
H1.HeaderClassName
{
color: #B0A32F;
}
.AnyTagClassName
{
color: #B0A32F;
}
</style>
background-color css
<style>
a { background-color: #B0A32F; }
a { background-color: rgb(176,163,47); }
div.DivClassName
{
background-color: #B0A32F;
}
.BgClassName
{
background-color: #B0A32F;
}
</style>
border-color css
<style>
span { border-color: #B0A32F; }
span { border-color: rgb(176,163,47); }
td.TdClassName
{
border-color: #B0A32F;
}
.TagClassName
{
border-color: #B0A32F;
}
</style>