Shades of Earls Green #B1A90E
Tints of Earls Green #B1A90E
RGB
CMYK
RGB Variations
Color information
#B1A90E (or 0xB1A90E) is known color: Earls Green. HEX triplet: B1, A9 and 0E. RGB value is (177,169,14). Sum of RGB (Red+Green+Blue) = 177+169+14=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A90E is #4E56F1. Grayscale: #9A9A9A. Windows color (decimal): -5134066 or 960945. OLE color: 960945.
HSL color Cylindrical-coordinate representation of color #B1A90E: hue angle of 57.06º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1A90E is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 14 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.31 |
| HSL | 57.06º | 0.85% | 0.37% | - |
| HSV(B) | 57.06º | 0.92% | 0.69% | - |
| XYZ | 32.4 | 37.75 | 6 | - |
| YUV | 153.72 | 49.15 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 14 | 0 | 0.05 | 0.92 | 0.31 | 57.06 | 0.85 | 0.37 |
| Hex | B1 | A9 | E | 0 | 5 | 5C | 1F | 39 | 55 | 25 |
| Octal | 261 | 251 | 16 | 0 | 5 | 134 | 37 | 71 | 125 | 45 |
| Binary | 10110001 | 10101001 | 1110 | 0 | 101 | 1011100 | 11111 | 111001 | 1010101 | 100101 |
Color Harmonies of #B1A90E
Complementary color
Monochromatic Colors of #B1A90E
Black with #B1A90E
Text Example
Text Example
White with #B1A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A90E; }
p { color: rgb(177,169,14); }
H1.HeaderClassName
{
color: #B1A90E;
}
.AnyTagClassName
{
color: #B1A90E;
}
</style>
background-color css
<style>
a { background-color: #B1A90E; }
a { background-color: rgb(177,169,14); }
div.DivClassName
{
background-color: #B1A90E;
}
.BgClassName
{
background-color: #B1A90E;
}
</style>
border-color css
<style>
span { border-color: #B1A90E; }
span { border-color: rgb(177,169,14); }
td.TdClassName
{
border-color: #B1A90E;
}
.TagClassName
{
border-color: #B1A90E;
}
</style>