Shades of Earls Green #B1A814
Tints of Earls Green #B1A814
RGB
CMYK
RGB Variations
Color information
#B1A814 (or 0xB1A814) is known color: Earls Green. HEX triplet: B1, A8 and 14. RGB value is (177,168,20). Sum of RGB (Red+Green+Blue) = 177+168+20=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A814 is #4E57EB. Grayscale: #9A9A9A. Windows color (decimal): -5134316 or 1353905. OLE color: 1353905.
HSL color Cylindrical-coordinate representation of color #B1A814: hue angle of 56.56º 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 #B1A814 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 20 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.31 |
| HSL | 56.56º | 0.8% | 0.39% | - |
| HSV(B) | 56.56º | 0.89% | 0.69% | - |
| XYZ | 32.26 | 37.4 | 6.18 | - |
| YUV | 153.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 20 | 0 | 0.05 | 0.89 | 0.31 | 56.56 | 0.8 | 0.39 |
| Hex | B1 | A8 | 14 | 0 | 5 | 59 | 1F | 39 | 50 | 27 |
| Octal | 261 | 250 | 24 | 0 | 5 | 131 | 37 | 71 | 120 | 47 |
| Binary | 10110001 | 10101000 | 10100 | 0 | 101 | 1011001 | 11111 | 111001 | 1010000 | 100111 |
Color Harmonies of #B1A814
Complementary color
Monochromatic Colors of #B1A814
Black with #B1A814
Text Example
Text Example
White with #B1A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A814; }
p { color: rgb(177,168,20); }
H1.HeaderClassName
{
color: #B1A814;
}
.AnyTagClassName
{
color: #B1A814;
}
</style>
background-color css
<style>
a { background-color: #B1A814; }
a { background-color: rgb(177,168,20); }
div.DivClassName
{
background-color: #B1A814;
}
.BgClassName
{
background-color: #B1A814;
}
</style>
border-color css
<style>
span { border-color: #B1A814; }
span { border-color: rgb(177,168,20); }
td.TdClassName
{
border-color: #B1A814;
}
.TagClassName
{
border-color: #B1A814;
}
</style>