Shades of Earls Green #B1AA21
Tints of Earls Green #B1AA21
RGB
CMYK
RGB Variations
Color information
#B1AA21 (or 0xB1AA21) is known color: Earls Green. HEX triplet: B1, AA and 21. RGB value is (177,170,33). Sum of RGB (Red+Green+Blue) = 177+170+33=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 33 (13.28% from 255 or 8.68% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA21 is #4E55DE. Grayscale: #9D9D9D. Windows color (decimal): -5133791 or 2206385. OLE color: 2206385.
HSL color Cylindrical-coordinate representation of color #B1AA21: hue angle of 57.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1AA21 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 33 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.31 |
| HSL | 57.08º | 0.69% | 0.41% | - |
| HSV(B) | 57.08º | 0.81% | 0.69% | - |
| XYZ | 32.78 | 38.21 | 7.09 | - |
| YUV | 156.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 33 | 0 | 0.04 | 0.81 | 0.31 | 57.08 | 0.69 | 0.41 |
| Hex | B1 | AA | 21 | 0 | 4 | 51 | 1F | 39 | 45 | 29 |
| Octal | 261 | 252 | 41 | 0 | 4 | 121 | 37 | 71 | 105 | 51 |
| Binary | 10110001 | 10101010 | 100001 | 0 | 100 | 1010001 | 11111 | 111001 | 1000101 | 101001 |
Color Harmonies of #B1AA21
Complementary color
Monochromatic Colors of #B1AA21
Black with #B1AA21
Text Example
Text Example
White with #B1AA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA21; }
p { color: rgb(177,170,33); }
H1.HeaderClassName
{
color: #B1AA21;
}
.AnyTagClassName
{
color: #B1AA21;
}
</style>
background-color css
<style>
a { background-color: #B1AA21; }
a { background-color: rgb(177,170,33); }
div.DivClassName
{
background-color: #B1AA21;
}
.BgClassName
{
background-color: #B1AA21;
}
</style>
border-color css
<style>
span { border-color: #B1AA21; }
span { border-color: rgb(177,170,33); }
td.TdClassName
{
border-color: #B1AA21;
}
.TagClassName
{
border-color: #B1AA21;
}
</style>