Shades of Earls Green #B0AD18
Tints of Earls Green #B0AD18
RGB
CMYK
RGB Variations
Color information
#B0AD18 (or 0xB0AD18) is known color: Earls Green. HEX triplet: B0, AD and 18. RGB value is (176,173,24). Sum of RGB (Red+Green+Blue) = 176+173+24=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AD18 is #4F52E7. Grayscale: #9D9D9D. Windows color (decimal): -5198568 or 1617328. OLE color: 1617328.
HSL color Cylindrical-coordinate representation of color #B0AD18: hue angle of 58.82º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0AD18 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 24 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.31 |
| HSL | 58.82º | 0.76% | 0.39% | - |
| HSV(B) | 58.82º | 0.86% | 0.69% | - |
| XYZ | 33.01 | 39.18 | 6.69 | - |
| YUV | 156.91 | 52.99 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 24 | 0 | 0.02 | 0.86 | 0.31 | 58.82 | 0.76 | 0.39 |
| Hex | B0 | AD | 18 | 0 | 2 | 56 | 1F | 3B | 4C | 27 |
| Octal | 260 | 255 | 30 | 0 | 2 | 126 | 37 | 73 | 114 | 47 |
| Binary | 10110000 | 10101101 | 11000 | 0 | 10 | 1010110 | 11111 | 111011 | 1001100 | 100111 |
Color Harmonies of #B0AD18
Complementary color
Monochromatic Colors of #B0AD18
Black with #B0AD18
Text Example
Text Example
White with #B0AD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD18; }
p { color: rgb(176,173,24); }
H1.HeaderClassName
{
color: #B0AD18;
}
.AnyTagClassName
{
color: #B0AD18;
}
</style>
background-color css
<style>
a { background-color: #B0AD18; }
a { background-color: rgb(176,173,24); }
div.DivClassName
{
background-color: #B0AD18;
}
.BgClassName
{
background-color: #B0AD18;
}
</style>
border-color css
<style>
span { border-color: #B0AD18; }
span { border-color: rgb(176,173,24); }
td.TdClassName
{
border-color: #B0AD18;
}
.TagClassName
{
border-color: #B0AD18;
}
</style>