Shades of Earls Green #B1A41A
Tints of Earls Green #B1A41A
RGB
CMYK
RGB Variations
Color information
#B1A41A (or 0xB1A41A) is known color: Earls Green. HEX triplet: B1, A4 and 1A. RGB value is (177,164,26). Sum of RGB (Red+Green+Blue) = 177+164+26=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A41A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A41A is #4E5BE5. Grayscale: #989898. Windows color (decimal): -5135334 or 1746097. OLE color: 1746097.
HSL color Cylindrical-coordinate representation of color #B1A41A: hue angle of 54.83º 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 #B1A41A is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 26 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.31 |
| HSL | 54.83º | 0.74% | 0.4% | - |
| HSV(B) | 54.83º | 0.85% | 0.69% | - |
| XYZ | 31.59 | 35.97 | 6.26 | - |
| YUV | 152.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 26 | 0 | 0.07 | 0.85 | 0.31 | 54.83 | 0.74 | 0.4 |
| Hex | B1 | A4 | 1A | 0 | 7 | 55 | 1F | 37 | 4A | 28 |
| Octal | 261 | 244 | 32 | 0 | 7 | 125 | 37 | 67 | 112 | 50 |
| Binary | 10110001 | 10100100 | 11010 | 0 | 111 | 1010101 | 11111 | 110111 | 1001010 | 101000 |
Color Harmonies of #B1A41A
Complementary color
Monochromatic Colors of #B1A41A
Black with #B1A41A
Text Example
Text Example
White with #B1A41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A41A; }
p { color: rgb(177,164,26); }
H1.HeaderClassName
{
color: #B1A41A;
}
.AnyTagClassName
{
color: #B1A41A;
}
</style>
background-color css
<style>
a { background-color: #B1A41A; }
a { background-color: rgb(177,164,26); }
div.DivClassName
{
background-color: #B1A41A;
}
.BgClassName
{
background-color: #B1A41A;
}
</style>
border-color css
<style>
span { border-color: #B1A41A; }
span { border-color: rgb(177,164,26); }
td.TdClassName
{
border-color: #B1A41A;
}
.TagClassName
{
border-color: #B1A41A;
}
</style>