Shades of Earls Green #B1A21E
Tints of Earls Green #B1A21E
RGB
CMYK
RGB Variations
Color information
#B1A21E (or 0xB1A21E) is known color: Earls Green. HEX triplet: B1, A2 and 1E. RGB value is (177,162,30). Sum of RGB (Red+Green+Blue) = 177+162+30=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A21E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A21E is #4E5DE1. Grayscale: #979797. Windows color (decimal): -5135842 or 2007729. OLE color: 2007729.
HSL color Cylindrical-coordinate representation of color #B1A21E: hue angle of 53.88º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1A21E is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 30 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.31 |
| HSL | 53.88º | 0.71% | 0.41% | - |
| HSV(B) | 53.88º | 0.83% | 0.69% | - |
| XYZ | 31.29 | 35.28 | 6.39 | - |
| YUV | 151.44 | 59.47 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 30 | 0 | 0.08 | 0.83 | 0.31 | 53.88 | 0.71 | 0.41 |
| Hex | B1 | A2 | 1E | 0 | 8 | 53 | 1F | 36 | 47 | 29 |
| Octal | 261 | 242 | 36 | 0 | 10 | 123 | 37 | 66 | 107 | 51 |
| Binary | 10110001 | 10100010 | 11110 | 0 | 1000 | 1010011 | 11111 | 110110 | 1000111 | 101001 |
Color Harmonies of #B1A21E
Complementary color
Monochromatic Colors of #B1A21E
Black with #B1A21E
Text Example
Text Example
White with #B1A21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A21E; }
p { color: rgb(177,162,30); }
H1.HeaderClassName
{
color: #B1A21E;
}
.AnyTagClassName
{
color: #B1A21E;
}
</style>
background-color css
<style>
a { background-color: #B1A21E; }
a { background-color: rgb(177,162,30); }
div.DivClassName
{
background-color: #B1A21E;
}
.BgClassName
{
background-color: #B1A21E;
}
</style>
border-color css
<style>
span { border-color: #B1A21E; }
span { border-color: rgb(177,162,30); }
td.TdClassName
{
border-color: #B1A21E;
}
.TagClassName
{
border-color: #B1A21E;
}
</style>