Shades of Earls Green #B1A22E
Tints of Earls Green #B1A22E
RGB
CMYK
RGB Variations
Color information
#B1A22E (or 0xB1A22E) is known color: Earls Green. HEX triplet: B1, A2 and 2E. RGB value is (177,162,46). Sum of RGB (Red+Green+Blue) = 177+162+46=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A22E is #4E5DD1. Grayscale: #999999. Windows color (decimal): -5135826 or 3056305. OLE color: 3056305.
HSL color Cylindrical-coordinate representation of color #B1A22E: hue angle of 53.13º 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 #B1A22E is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 46 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.31 |
| HSL | 53.13º | 0.59% | 0.44% | - |
| HSV(B) | 53.13º | 0.74% | 0.69% | - |
| XYZ | 31.54 | 35.39 | 7.75 | - |
| YUV | 153.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 46 | 0 | 0.08 | 0.74 | 0.31 | 53.13 | 0.59 | 0.44 |
| Hex | B1 | A2 | 2E | 0 | 8 | 4A | 1F | 35 | 3B | 2C |
| Octal | 261 | 242 | 56 | 0 | 10 | 112 | 37 | 65 | 73 | 54 |
| Binary | 10110001 | 10100010 | 101110 | 0 | 1000 | 1001010 | 11111 | 110101 | 111011 | 101100 |
Color Harmonies of #B1A22E
Complementary color
Monochromatic Colors of #B1A22E
Black with #B1A22E
Text Example
Text Example
White with #B1A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A22E; }
p { color: rgb(177,162,46); }
H1.HeaderClassName
{
color: #B1A22E;
}
.AnyTagClassName
{
color: #B1A22E;
}
</style>
background-color css
<style>
a { background-color: #B1A22E; }
a { background-color: rgb(177,162,46); }
div.DivClassName
{
background-color: #B1A22E;
}
.BgClassName
{
background-color: #B1A22E;
}
</style>
border-color css
<style>
span { border-color: #B1A22E; }
span { border-color: rgb(177,162,46); }
td.TdClassName
{
border-color: #B1A22E;
}
.TagClassName
{
border-color: #B1A22E;
}
</style>