Shades of Earls Green #B0A122
Tints of Earls Green #B0A122
RGB
CMYK
RGB Variations
Color information
#B0A122 (or 0xB0A122) is known color: Earls Green. HEX triplet: B0, A1 and 22. RGB value is (176,161,34). Sum of RGB (Red+Green+Blue) = 176+161+34=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A122 is #4F5EDD. Grayscale: #979797. Windows color (decimal): -5201630 or 2269616. OLE color: 2269616.
HSL color Cylindrical-coordinate representation of color #B0A122: hue angle of 53.66º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0A122 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 34 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.31 |
| HSL | 53.66º | 0.68% | 0.41% | - |
| HSV(B) | 53.66º | 0.81% | 0.69% | - |
| XYZ | 30.94 | 34.84 | 6.61 | - |
| YUV | 151.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 34 | 0 | 0.09 | 0.81 | 0.31 | 53.66 | 0.68 | 0.41 |
| Hex | B0 | A1 | 22 | 0 | 9 | 51 | 1F | 36 | 44 | 29 |
| Octal | 260 | 241 | 42 | 0 | 11 | 121 | 37 | 66 | 104 | 51 |
| Binary | 10110000 | 10100001 | 100010 | 0 | 1001 | 1010001 | 11111 | 110110 | 1000100 | 101001 |
Color Harmonies of #B0A122
Complementary color
Monochromatic Colors of #B0A122
Black with #B0A122
Text Example
Text Example
White with #B0A122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A122; }
p { color: rgb(176,161,34); }
H1.HeaderClassName
{
color: #B0A122;
}
.AnyTagClassName
{
color: #B0A122;
}
</style>
background-color css
<style>
a { background-color: #B0A122; }
a { background-color: rgb(176,161,34); }
div.DivClassName
{
background-color: #B0A122;
}
.BgClassName
{
background-color: #B0A122;
}
</style>
border-color css
<style>
span { border-color: #B0A122; }
span { border-color: rgb(176,161,34); }
td.TdClassName
{
border-color: #B0A122;
}
.TagClassName
{
border-color: #B0A122;
}
</style>