Shades of Earls Green #B0A817
Tints of Earls Green #B0A817
RGB
CMYK
RGB Variations
Color information
#B0A817 (or 0xB0A817) is known color: Earls Green. HEX triplet: B0, A8 and 17. RGB value is (176,168,23). Sum of RGB (Red+Green+Blue) = 176+168+23=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A817 is #4F57E8. Grayscale: #9A9A9A. Windows color (decimal): -5199849 or 1550512. OLE color: 1550512.
HSL color Cylindrical-coordinate representation of color #B0A817: hue angle of 56.86º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0A817 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 23 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.31 |
| HSL | 56.86º | 0.77% | 0.39% | - |
| HSV(B) | 56.86º | 0.87% | 0.69% | - |
| XYZ | 32.06 | 37.3 | 6.32 | - |
| YUV | 153.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 23 | 0 | 0.05 | 0.87 | 0.31 | 56.86 | 0.77 | 0.39 |
| Hex | B0 | A8 | 17 | 0 | 5 | 57 | 1F | 39 | 4D | 27 |
| Octal | 260 | 250 | 27 | 0 | 5 | 127 | 37 | 71 | 115 | 47 |
| Binary | 10110000 | 10101000 | 10111 | 0 | 101 | 1010111 | 11111 | 111001 | 1001101 | 100111 |
Color Harmonies of #B0A817
Complementary color
Monochromatic Colors of #B0A817
Black with #B0A817
Text Example
Text Example
White with #B0A817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A817; }
p { color: rgb(176,168,23); }
H1.HeaderClassName
{
color: #B0A817;
}
.AnyTagClassName
{
color: #B0A817;
}
</style>
background-color css
<style>
a { background-color: #B0A817; }
a { background-color: rgb(176,168,23); }
div.DivClassName
{
background-color: #B0A817;
}
.BgClassName
{
background-color: #B0A817;
}
</style>
border-color css
<style>
span { border-color: #B0A817; }
span { border-color: rgb(176,168,23); }
td.TdClassName
{
border-color: #B0A817;
}
.TagClassName
{
border-color: #B0A817;
}
</style>