Shades of Earls Green #B0A320
Tints of Earls Green #B0A320
RGB
CMYK
RGB Variations
Color information
#B0A320 (or 0xB0A320) is known color: Earls Green. HEX triplet: B0, A3 and 20. RGB value is (176,163,32). Sum of RGB (Red+Green+Blue) = 176+163+32=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A320 is #4F5CDF. Grayscale: #989898. Windows color (decimal): -5201120 or 2139056. OLE color: 2139056.
HSL color Cylindrical-coordinate representation of color #B0A320: hue angle of 54.58º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0A320 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 32 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.31 |
| HSL | 54.58º | 0.69% | 0.41% | - |
| HSV(B) | 54.58º | 0.82% | 0.69% | - |
| XYZ | 31.26 | 35.53 | 6.58 | - |
| YUV | 151.95 | 60.31 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 32 | 0 | 0.07 | 0.82 | 0.31 | 54.58 | 0.69 | 0.41 |
| Hex | B0 | A3 | 20 | 0 | 7 | 52 | 1F | 37 | 45 | 29 |
| Octal | 260 | 243 | 40 | 0 | 7 | 122 | 37 | 67 | 105 | 51 |
| Binary | 10110000 | 10100011 | 100000 | 0 | 111 | 1010010 | 11111 | 110111 | 1000101 | 101001 |
Color Harmonies of #B0A320
Complementary color
Monochromatic Colors of #B0A320
Black with #B0A320
Text Example
Text Example
White with #B0A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A320; }
p { color: rgb(176,163,32); }
H1.HeaderClassName
{
color: #B0A320;
}
.AnyTagClassName
{
color: #B0A320;
}
</style>
background-color css
<style>
a { background-color: #B0A320; }
a { background-color: rgb(176,163,32); }
div.DivClassName
{
background-color: #B0A320;
}
.BgClassName
{
background-color: #B0A320;
}
</style>
border-color css
<style>
span { border-color: #B0A320; }
span { border-color: rgb(176,163,32); }
td.TdClassName
{
border-color: #B0A320;
}
.TagClassName
{
border-color: #B0A320;
}
</style>