Shades of Earls Green #B1A914
Tints of Earls Green #B1A914
RGB
CMYK
RGB Variations
Color information
#B1A914 (or 0xB1A914) is known color: Earls Green. HEX triplet: B1, A9 and 14. RGB value is (177,169,20). Sum of RGB (Red+Green+Blue) = 177+169+20=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A914 is #4E56EB. Grayscale: #9B9B9B. Windows color (decimal): -5134060 or 1354161. OLE color: 1354161.
HSL color Cylindrical-coordinate representation of color #B1A914: hue angle of 56.94º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1A914 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 20 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.31 |
| HSL | 56.94º | 0.8% | 0.39% | - |
| HSV(B) | 56.94º | 0.89% | 0.69% | - |
| XYZ | 32.45 | 37.77 | 6.24 | - |
| YUV | 154.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 20 | 0 | 0.05 | 0.89 | 0.31 | 56.94 | 0.8 | 0.39 |
| Hex | B1 | A9 | 14 | 0 | 5 | 59 | 1F | 39 | 50 | 27 |
| Octal | 261 | 251 | 24 | 0 | 5 | 131 | 37 | 71 | 120 | 47 |
| Binary | 10110001 | 10101001 | 10100 | 0 | 101 | 1011001 | 11111 | 111001 | 1010000 | 100111 |
Color Harmonies of #B1A914
Complementary color
Monochromatic Colors of #B1A914
Black with #B1A914
Text Example
Text Example
White with #B1A914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A914; }
p { color: rgb(177,169,20); }
H1.HeaderClassName
{
color: #B1A914;
}
.AnyTagClassName
{
color: #B1A914;
}
</style>
background-color css
<style>
a { background-color: #B1A914; }
a { background-color: rgb(177,169,20); }
div.DivClassName
{
background-color: #B1A914;
}
.BgClassName
{
background-color: #B1A914;
}
</style>
border-color css
<style>
span { border-color: #B1A914; }
span { border-color: rgb(177,169,20); }
td.TdClassName
{
border-color: #B1A914;
}
.TagClassName
{
border-color: #B1A914;
}
</style>