Shades of Earls Green #B0A826
Tints of Earls Green #B0A826
RGB
CMYK
RGB Variations
Color information
#B0A826 (or 0xB0A826) is known color: Earls Green. HEX triplet: B0, A8 and 26. RGB value is (176,168,38). Sum of RGB (Red+Green+Blue) = 176+168+38=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A826 is #4F57D9. Grayscale: #9C9C9C. Windows color (decimal): -5199834 or 2533552. OLE color: 2533552.
HSL color Cylindrical-coordinate representation of color #B0A826: hue angle of 56.52º 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 #B0A826 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 38 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.31 |
| HSL | 56.52º | 0.64% | 0.42% | - |
| HSV(B) | 56.52º | 0.78% | 0.69% | - |
| XYZ | 32.26 | 37.38 | 7.35 | - |
| YUV | 155.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 38 | 0 | 0.05 | 0.78 | 0.31 | 56.52 | 0.64 | 0.42 |
| Hex | B0 | A8 | 26 | 0 | 5 | 4E | 1F | 39 | 40 | 2A |
| Octal | 260 | 250 | 46 | 0 | 5 | 116 | 37 | 71 | 100 | 52 |
| Binary | 10110000 | 10101000 | 100110 | 0 | 101 | 1001110 | 11111 | 111001 | 1000000 | 101010 |
Color Harmonies of #B0A826
Complementary color
Monochromatic Colors of #B0A826
Black with #B0A826
Text Example
Text Example
White with #B0A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A826; }
p { color: rgb(176,168,38); }
H1.HeaderClassName
{
color: #B0A826;
}
.AnyTagClassName
{
color: #B0A826;
}
</style>
background-color css
<style>
a { background-color: #B0A826; }
a { background-color: rgb(176,168,38); }
div.DivClassName
{
background-color: #B0A826;
}
.BgClassName
{
background-color: #B0A826;
}
</style>
border-color css
<style>
span { border-color: #B0A826; }
span { border-color: rgb(176,168,38); }
td.TdClassName
{
border-color: #B0A826;
}
.TagClassName
{
border-color: #B0A826;
}
</style>