Shades of Earls Green #B0A821
Tints of Earls Green #B0A821
RGB
CMYK
RGB Variations
Color information
#B0A821 (or 0xB0A821) is known color: Earls Green. HEX triplet: B0, A8 and 21. RGB value is (176,168,33). Sum of RGB (Red+Green+Blue) = 176+168+33=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A821 is #4F57DE. Grayscale: #9B9B9B. Windows color (decimal): -5199839 or 2205872. OLE color: 2205872.
HSL color Cylindrical-coordinate representation of color #B0A821: hue angle of 56.64º 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 #B0A821 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 33 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.31 |
| HSL | 56.64º | 0.68% | 0.41% | - |
| HSV(B) | 56.64º | 0.81% | 0.69% | - |
| XYZ | 32.18 | 37.35 | 6.95 | - |
| YUV | 155 | 59.15 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 33 | 0 | 0.05 | 0.81 | 0.31 | 56.64 | 0.68 | 0.41 |
| Hex | B0 | A8 | 21 | 0 | 5 | 51 | 1F | 39 | 44 | 29 |
| Octal | 260 | 250 | 41 | 0 | 5 | 121 | 37 | 71 | 104 | 51 |
| Binary | 10110000 | 10101000 | 100001 | 0 | 101 | 1010001 | 11111 | 111001 | 1000100 | 101001 |
Color Harmonies of #B0A821
Complementary color
Monochromatic Colors of #B0A821
Black with #B0A821
Text Example
Text Example
White with #B0A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A821; }
p { color: rgb(176,168,33); }
H1.HeaderClassName
{
color: #B0A821;
}
.AnyTagClassName
{
color: #B0A821;
}
</style>
background-color css
<style>
a { background-color: #B0A821; }
a { background-color: rgb(176,168,33); }
div.DivClassName
{
background-color: #B0A821;
}
.BgClassName
{
background-color: #B0A821;
}
</style>
border-color css
<style>
span { border-color: #B0A821; }
span { border-color: rgb(176,168,33); }
td.TdClassName
{
border-color: #B0A821;
}
.TagClassName
{
border-color: #B0A821;
}
</style>