Shades of Earls Green #B0A127
Tints of Earls Green #B0A127
RGB
CMYK
RGB Variations
Color information
#B0A127 (or 0xB0A127) is known color: Earls Green. HEX triplet: B0, A1 and 27. RGB value is (176,161,39). Sum of RGB (Red+Green+Blue) = 176+161+39=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A127 is #4F5ED8. Grayscale: #989898. Windows color (decimal): -5201625 or 2597296. OLE color: 2597296.
HSL color Cylindrical-coordinate representation of color #B0A127: hue angle of 53.43º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0A127 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 39 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.31 |
| HSL | 53.43º | 0.64% | 0.42% | - |
| HSV(B) | 53.43º | 0.78% | 0.69% | - |
| XYZ | 31.02 | 34.87 | 7.01 | - |
| YUV | 151.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 39 | 0 | 0.09 | 0.78 | 0.31 | 53.43 | 0.64 | 0.42 |
| Hex | B0 | A1 | 27 | 0 | 9 | 4E | 1F | 35 | 40 | 2A |
| Octal | 260 | 241 | 47 | 0 | 11 | 116 | 37 | 65 | 100 | 52 |
| Binary | 10110000 | 10100001 | 100111 | 0 | 1001 | 1001110 | 11111 | 110101 | 1000000 | 101010 |
Color Harmonies of #B0A127
Complementary color
Monochromatic Colors of #B0A127
Black with #B0A127
Text Example
Text Example
White with #B0A127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A127; }
p { color: rgb(176,161,39); }
H1.HeaderClassName
{
color: #B0A127;
}
.AnyTagClassName
{
color: #B0A127;
}
</style>
background-color css
<style>
a { background-color: #B0A127; }
a { background-color: rgb(176,161,39); }
div.DivClassName
{
background-color: #B0A127;
}
.BgClassName
{
background-color: #B0A127;
}
</style>
border-color css
<style>
span { border-color: #B0A127; }
span { border-color: rgb(176,161,39); }
td.TdClassName
{
border-color: #B0A127;
}
.TagClassName
{
border-color: #B0A127;
}
</style>