Shades of Earls Green #B0AD26
Tints of Earls Green #B0AD26
RGB
CMYK
RGB Variations
Color information
#B0AD26 (or 0xB0AD26) is known color: Earls Green. HEX triplet: B0, AD and 26. RGB value is (176,173,38). Sum of RGB (Red+Green+Blue) = 176+173+38=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD26 is #4F52D9. Grayscale: #9F9F9F. Windows color (decimal): -5198554 or 2534832. OLE color: 2534832.
HSL color Cylindrical-coordinate representation of color #B0AD26: hue angle of 58.7º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0AD26 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 38 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.31 |
| HSL | 58.7º | 0.64% | 0.42% | - |
| HSV(B) | 58.7º | 0.78% | 0.69% | - |
| XYZ | 33.2 | 39.26 | 7.66 | - |
| YUV | 158.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 38 | 0 | 0.02 | 0.78 | 0.31 | 58.7 | 0.64 | 0.42 |
| Hex | B0 | AD | 26 | 0 | 2 | 4E | 1F | 3B | 40 | 2A |
| Octal | 260 | 255 | 46 | 0 | 2 | 116 | 37 | 73 | 100 | 52 |
| Binary | 10110000 | 10101101 | 100110 | 0 | 10 | 1001110 | 11111 | 111011 | 1000000 | 101010 |
Color Harmonies of #B0AD26
Complementary color
Monochromatic Colors of #B0AD26
Black with #B0AD26
Text Example
Text Example
White with #B0AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD26; }
p { color: rgb(176,173,38); }
H1.HeaderClassName
{
color: #B0AD26;
}
.AnyTagClassName
{
color: #B0AD26;
}
</style>
background-color css
<style>
a { background-color: #B0AD26; }
a { background-color: rgb(176,173,38); }
div.DivClassName
{
background-color: #B0AD26;
}
.BgClassName
{
background-color: #B0AD26;
}
</style>
border-color css
<style>
span { border-color: #B0AD26; }
span { border-color: rgb(176,173,38); }
td.TdClassName
{
border-color: #B0AD26;
}
.TagClassName
{
border-color: #B0AD26;
}
</style>