Shades of Earls Green #B0A825
Tints of Earls Green #B0A825
RGB
CMYK
RGB Variations
Color information
#B0A825 (or 0xB0A825) is known color: Earls Green. HEX triplet: B0, A8 and 25. RGB value is (176,168,37). Sum of RGB (Red+Green+Blue) = 176+168+37=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A825 is #4F57DA. Grayscale: #9B9B9B. Windows color (decimal): -5199835 or 2468016. OLE color: 2468016.
HSL color Cylindrical-coordinate representation of color #B0A825: hue angle of 56.55º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0A825 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 37 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.31 |
| HSL | 56.55º | 0.65% | 0.42% | - |
| HSV(B) | 56.55º | 0.79% | 0.69% | - |
| XYZ | 32.24 | 37.37 | 7.26 | - |
| YUV | 155.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 37 | 0 | 0.05 | 0.79 | 0.31 | 56.55 | 0.65 | 0.42 |
| Hex | B0 | A8 | 25 | 0 | 5 | 4F | 1F | 39 | 41 | 2A |
| Octal | 260 | 250 | 45 | 0 | 5 | 117 | 37 | 71 | 101 | 52 |
| Binary | 10110000 | 10101000 | 100101 | 0 | 101 | 1001111 | 11111 | 111001 | 1000001 | 101010 |
Color Harmonies of #B0A825
Complementary color
Monochromatic Colors of #B0A825
Black with #B0A825
Text Example
Text Example
White with #B0A825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A825; }
p { color: rgb(176,168,37); }
H1.HeaderClassName
{
color: #B0A825;
}
.AnyTagClassName
{
color: #B0A825;
}
</style>
background-color css
<style>
a { background-color: #B0A825; }
a { background-color: rgb(176,168,37); }
div.DivClassName
{
background-color: #B0A825;
}
.BgClassName
{
background-color: #B0A825;
}
</style>
border-color css
<style>
span { border-color: #B0A825; }
span { border-color: rgb(176,168,37); }
td.TdClassName
{
border-color: #B0A825;
}
.TagClassName
{
border-color: #B0A825;
}
</style>