Shades of Earls Green #B0AF20
Tints of Earls Green #B0AF20
RGB
CMYK
RGB Variations
Color information
#B0AF20 (or 0xB0AF20) is known color: Earls Green. HEX triplet: B0, AF and 20. RGB value is (176,175,32). Sum of RGB (Red+Green+Blue) = 176+175+32=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF20 is #4F50DF. Grayscale: #9F9F9F. Windows color (decimal): -5198048 or 2142128. OLE color: 2142128.
HSL color Cylindrical-coordinate representation of color #B0AF20: hue angle of 59.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 #B0AF20 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 32 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.31 |
| HSL | 59.58º | 0.69% | 0.41% | - |
| HSV(B) | 59.58º | 0.82% | 0.69% | - |
| XYZ | 33.5 | 39.99 | 7.32 | - |
| YUV | 159 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 32 | 0 | 0.01 | 0.82 | 0.31 | 59.58 | 0.69 | 0.41 |
| Hex | B0 | AF | 20 | 0 | 1 | 52 | 1F | 3C | 45 | 29 |
| Octal | 260 | 257 | 40 | 0 | 1 | 122 | 37 | 74 | 105 | 51 |
| Binary | 10110000 | 10101111 | 100000 | 0 | 1 | 1010010 | 11111 | 111100 | 1000101 | 101001 |
Color Harmonies of #B0AF20
Complementary color
Monochromatic Colors of #B0AF20
Black with #B0AF20
Text Example
Text Example
White with #B0AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF20; }
p { color: rgb(176,175,32); }
H1.HeaderClassName
{
color: #B0AF20;
}
.AnyTagClassName
{
color: #B0AF20;
}
</style>
background-color css
<style>
a { background-color: #B0AF20; }
a { background-color: rgb(176,175,32); }
div.DivClassName
{
background-color: #B0AF20;
}
.BgClassName
{
background-color: #B0AF20;
}
</style>
border-color css
<style>
span { border-color: #B0AF20; }
span { border-color: rgb(176,175,32); }
td.TdClassName
{
border-color: #B0AF20;
}
.TagClassName
{
border-color: #B0AF20;
}
</style>