Shades of Earls Green #B1A41B
Tints of Earls Green #B1A41B
RGB
CMYK
RGB Variations
Color information
#B1A41B (or 0xB1A41B) is known color: Earls Green. HEX triplet: B1, A4 and 1B. RGB value is (177,164,27). Sum of RGB (Red+Green+Blue) = 177+164+27=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A41B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A41B is #4E5BE4. Grayscale: #989898. Windows color (decimal): -5135333 or 1811633. OLE color: 1811633.
HSL color Cylindrical-coordinate representation of color #B1A41B: hue angle of 54.8º 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 #B1A41B is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 27 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.31 |
| HSL | 54.8º | 0.74% | 0.4% | - |
| HSV(B) | 54.8º | 0.85% | 0.69% | - |
| XYZ | 31.6 | 35.98 | 6.32 | - |
| YUV | 152.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 27 | 0 | 0.07 | 0.85 | 0.31 | 54.8 | 0.74 | 0.4 |
| Hex | B1 | A4 | 1B | 0 | 7 | 55 | 1F | 37 | 4A | 28 |
| Octal | 261 | 244 | 33 | 0 | 7 | 125 | 37 | 67 | 112 | 50 |
| Binary | 10110001 | 10100100 | 11011 | 0 | 111 | 1010101 | 11111 | 110111 | 1001010 | 101000 |
Color Harmonies of #B1A41B
Complementary color
Monochromatic Colors of #B1A41B
Black with #B1A41B
Text Example
Text Example
White with #B1A41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A41B; }
p { color: rgb(177,164,27); }
H1.HeaderClassName
{
color: #B1A41B;
}
.AnyTagClassName
{
color: #B1A41B;
}
</style>
background-color css
<style>
a { background-color: #B1A41B; }
a { background-color: rgb(177,164,27); }
div.DivClassName
{
background-color: #B1A41B;
}
.BgClassName
{
background-color: #B1A41B;
}
</style>
border-color css
<style>
span { border-color: #B1A41B; }
span { border-color: rgb(177,164,27); }
td.TdClassName
{
border-color: #B1A41B;
}
.TagClassName
{
border-color: #B1A41B;
}
</style>