Shades of Earls Green #B0AF28
Tints of Earls Green #B0AF28
RGB
CMYK
RGB Variations
Color information
#B0AF28 (or 0xB0AF28) is known color: Earls Green. HEX triplet: B0, AF and 28. RGB value is (176,175,40). Sum of RGB (Red+Green+Blue) = 176+175+40=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF28 is #4F50D7. Grayscale: #A0A0A0. Windows color (decimal): -5198040 or 2666416. OLE color: 2666416.
HSL color Cylindrical-coordinate representation of color #B0AF28: hue angle of 59.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0AF28 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 40 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.31 |
| HSL | 59.56º | 0.63% | 0.42% | - |
| HSV(B) | 59.56º | 0.77% | 0.69% | - |
| XYZ | 33.62 | 40.04 | 7.96 | - |
| YUV | 159.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 40 | 0 | 0.01 | 0.77 | 0.31 | 59.56 | 0.63 | 0.42 |
| Hex | B0 | AF | 28 | 0 | 1 | 4D | 1F | 3C | 3F | 2A |
| Octal | 260 | 257 | 50 | 0 | 1 | 115 | 37 | 74 | 77 | 52 |
| Binary | 10110000 | 10101111 | 101000 | 0 | 1 | 1001101 | 11111 | 111100 | 111111 | 101010 |
Color Harmonies of #B0AF28
Complementary color
Monochromatic Colors of #B0AF28
Black with #B0AF28
Text Example
Text Example
White with #B0AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF28; }
p { color: rgb(176,175,40); }
H1.HeaderClassName
{
color: #B0AF28;
}
.AnyTagClassName
{
color: #B0AF28;
}
</style>
background-color css
<style>
a { background-color: #B0AF28; }
a { background-color: rgb(176,175,40); }
div.DivClassName
{
background-color: #B0AF28;
}
.BgClassName
{
background-color: #B0AF28;
}
</style>
border-color css
<style>
span { border-color: #B0AF28; }
span { border-color: rgb(176,175,40); }
td.TdClassName
{
border-color: #B0AF28;
}
.TagClassName
{
border-color: #B0AF28;
}
</style>