Shades of Earls Green #B0AD25
Tints of Earls Green #B0AD25
RGB
CMYK
RGB Variations
Color information
#B0AD25 (or 0xB0AD25) is known color: Earls Green. HEX triplet: B0, AD and 25. RGB value is (176,173,37). Sum of RGB (Red+Green+Blue) = 176+173+37=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD25 is #4F52DA. Grayscale: #9E9E9E. Windows color (decimal): -5198555 or 2469296. OLE color: 2469296.
HSL color Cylindrical-coordinate representation of color #B0AD25: hue angle of 58.71º 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 #B0AD25 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 37 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.31 |
| HSL | 58.71º | 0.65% | 0.42% | - |
| HSV(B) | 58.71º | 0.79% | 0.69% | - |
| XYZ | 33.18 | 39.25 | 7.58 | - |
| YUV | 158.39 | 59.49 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 37 | 0 | 0.02 | 0.79 | 0.31 | 58.71 | 0.65 | 0.42 |
| Hex | B0 | AD | 25 | 0 | 2 | 4F | 1F | 3B | 41 | 2A |
| Octal | 260 | 255 | 45 | 0 | 2 | 117 | 37 | 73 | 101 | 52 |
| Binary | 10110000 | 10101101 | 100101 | 0 | 10 | 1001111 | 11111 | 111011 | 1000001 | 101010 |
Color Harmonies of #B0AD25
Complementary color
Monochromatic Colors of #B0AD25
Black with #B0AD25
Text Example
Text Example
White with #B0AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD25; }
p { color: rgb(176,173,37); }
H1.HeaderClassName
{
color: #B0AD25;
}
.AnyTagClassName
{
color: #B0AD25;
}
</style>
background-color css
<style>
a { background-color: #B0AD25; }
a { background-color: rgb(176,173,37); }
div.DivClassName
{
background-color: #B0AD25;
}
.BgClassName
{
background-color: #B0AD25;
}
</style>
border-color css
<style>
span { border-color: #B0AD25; }
span { border-color: rgb(176,173,37); }
td.TdClassName
{
border-color: #B0AD25;
}
.TagClassName
{
border-color: #B0AD25;
}
</style>