Shades of Earls Green #B1A32E
Tints of Earls Green #B1A32E
RGB
CMYK
RGB Variations
Color information
#B1A32E (or 0xB1A32E) is known color: Earls Green. HEX triplet: B1, A3 and 2E. RGB value is (177,163,46). Sum of RGB (Red+Green+Blue) = 177+163+46=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A32E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A32E is #4E5CD1. Grayscale: #9A9A9A. Windows color (decimal): -5135570 or 3056561. OLE color: 3056561.
HSL color Cylindrical-coordinate representation of color #B1A32E: hue angle of 53.59º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1A32E is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 46 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.31 |
| HSL | 53.59º | 0.59% | 0.44% | - |
| HSV(B) | 53.59º | 0.74% | 0.69% | - |
| XYZ | 31.72 | 35.74 | 7.81 | - |
| YUV | 153.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 46 | 0 | 0.08 | 0.74 | 0.31 | 53.59 | 0.59 | 0.44 |
| Hex | B1 | A3 | 2E | 0 | 8 | 4A | 1F | 36 | 3B | 2C |
| Octal | 261 | 243 | 56 | 0 | 10 | 112 | 37 | 66 | 73 | 54 |
| Binary | 10110001 | 10100011 | 101110 | 0 | 1000 | 1001010 | 11111 | 110110 | 111011 | 101100 |
Color Harmonies of #B1A32E
Complementary color
Monochromatic Colors of #B1A32E
Black with #B1A32E
Text Example
Text Example
White with #B1A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A32E; }
p { color: rgb(177,163,46); }
H1.HeaderClassName
{
color: #B1A32E;
}
.AnyTagClassName
{
color: #B1A32E;
}
</style>
background-color css
<style>
a { background-color: #B1A32E; }
a { background-color: rgb(177,163,46); }
div.DivClassName
{
background-color: #B1A32E;
}
.BgClassName
{
background-color: #B1A32E;
}
</style>
border-color css
<style>
span { border-color: #B1A32E; }
span { border-color: rgb(177,163,46); }
td.TdClassName
{
border-color: #B1A32E;
}
.TagClassName
{
border-color: #B1A32E;
}
</style>