Shades of Earls Green #B1AA1A
Tints of Earls Green #B1AA1A
RGB
CMYK
RGB Variations
Color information
#B1AA1A (or 0xB1AA1A) is known color: Earls Green. HEX triplet: B1, AA and 1A. RGB value is (177,170,26). Sum of RGB (Red+Green+Blue) = 177+170+26=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA1A is #4E55E5. Grayscale: #9C9C9C. Windows color (decimal): -5133798 or 1747633. OLE color: 1747633.
HSL color Cylindrical-coordinate representation of color #B1AA1A: hue angle of 57.22º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1AA1A is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 26 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.31 |
| HSL | 57.22º | 0.74% | 0.4% | - |
| HSV(B) | 57.22º | 0.85% | 0.69% | - |
| XYZ | 32.69 | 38.17 | 6.62 | - |
| YUV | 155.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 26 | 0 | 0.04 | 0.85 | 0.31 | 57.22 | 0.74 | 0.4 |
| Hex | B1 | AA | 1A | 0 | 4 | 55 | 1F | 39 | 4A | 28 |
| Octal | 261 | 252 | 32 | 0 | 4 | 125 | 37 | 71 | 112 | 50 |
| Binary | 10110001 | 10101010 | 11010 | 0 | 100 | 1010101 | 11111 | 111001 | 1001010 | 101000 |
Color Harmonies of #B1AA1A
Complementary color
Monochromatic Colors of #B1AA1A
Black with #B1AA1A
Text Example
Text Example
White with #B1AA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA1A; }
p { color: rgb(177,170,26); }
H1.HeaderClassName
{
color: #B1AA1A;
}
.AnyTagClassName
{
color: #B1AA1A;
}
</style>
background-color css
<style>
a { background-color: #B1AA1A; }
a { background-color: rgb(177,170,26); }
div.DivClassName
{
background-color: #B1AA1A;
}
.BgClassName
{
background-color: #B1AA1A;
}
</style>
border-color css
<style>
span { border-color: #B1AA1A; }
span { border-color: rgb(177,170,26); }
td.TdClassName
{
border-color: #B1AA1A;
}
.TagClassName
{
border-color: #B1AA1A;
}
</style>