Shades of Earls Green #B1A220
Tints of Earls Green #B1A220
RGB
CMYK
RGB Variations
Color information
#B1A220 (or 0xB1A220) is known color: Earls Green. HEX triplet: B1, A2 and 20. RGB value is (177,162,32). Sum of RGB (Red+Green+Blue) = 177+162+32=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A220 is #4E5DDF. Grayscale: #989898. Windows color (decimal): -5135840 or 2138801. OLE color: 2138801.
HSL color Cylindrical-coordinate representation of color #B1A220: hue angle of 53.79º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1A220 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 32 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.31 |
| HSL | 53.79º | 0.69% | 0.41% | - |
| HSV(B) | 53.79º | 0.82% | 0.69% | - |
| XYZ | 31.31 | 35.29 | 6.53 | - |
| YUV | 151.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 32 | 0 | 0.08 | 0.82 | 0.31 | 53.79 | 0.69 | 0.41 |
| Hex | B1 | A2 | 20 | 0 | 8 | 52 | 1F | 36 | 45 | 29 |
| Octal | 261 | 242 | 40 | 0 | 10 | 122 | 37 | 66 | 105 | 51 |
| Binary | 10110001 | 10100010 | 100000 | 0 | 1000 | 1010010 | 11111 | 110110 | 1000101 | 101001 |
Color Harmonies of #B1A220
Complementary color
Monochromatic Colors of #B1A220
Black with #B1A220
Text Example
Text Example
White with #B1A220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A220; }
p { color: rgb(177,162,32); }
H1.HeaderClassName
{
color: #B1A220;
}
.AnyTagClassName
{
color: #B1A220;
}
</style>
background-color css
<style>
a { background-color: #B1A220; }
a { background-color: rgb(177,162,32); }
div.DivClassName
{
background-color: #B1A220;
}
.BgClassName
{
background-color: #B1A220;
}
</style>
border-color css
<style>
span { border-color: #B1A220; }
span { border-color: rgb(177,162,32); }
td.TdClassName
{
border-color: #B1A220;
}
.TagClassName
{
border-color: #B1A220;
}
</style>