Shades of Earls Green #B0A62F
Tints of Earls Green #B0A62F
RGB
CMYK
RGB Variations
Color information
#B0A62F (or 0xB0A62F) is known color: Earls Green. HEX triplet: B0, A6 and 2F. RGB value is (176,166,47). Sum of RGB (Red+Green+Blue) = 176+166+47=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A62F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A62F is #4F59D0. Grayscale: #9B9B9B. Windows color (decimal): -5200337 or 3122864. OLE color: 3122864.
HSL color Cylindrical-coordinate representation of color #B0A62F: hue angle of 55.35º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0A62F is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 47 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.31 |
| HSL | 55.35º | 0.58% | 0.44% | - |
| HSV(B) | 55.35º | 0.73% | 0.69% | - |
| XYZ | 32.05 | 36.71 | 8.09 | - |
| YUV | 155.42 | 66.81 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 47 | 0 | 0.06 | 0.73 | 0.31 | 55.35 | 0.58 | 0.44 |
| Hex | B0 | A6 | 2F | 0 | 6 | 49 | 1F | 37 | 3A | 2C |
| Octal | 260 | 246 | 57 | 0 | 6 | 111 | 37 | 67 | 72 | 54 |
| Binary | 10110000 | 10100110 | 101111 | 0 | 110 | 1001001 | 11111 | 110111 | 111010 | 101100 |
Color Harmonies of #B0A62F
Complementary color
Monochromatic Colors of #B0A62F
Black with #B0A62F
Text Example
Text Example
White with #B0A62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A62F; }
p { color: rgb(176,166,47); }
H1.HeaderClassName
{
color: #B0A62F;
}
.AnyTagClassName
{
color: #B0A62F;
}
</style>
background-color css
<style>
a { background-color: #B0A62F; }
a { background-color: rgb(176,166,47); }
div.DivClassName
{
background-color: #B0A62F;
}
.BgClassName
{
background-color: #B0A62F;
}
</style>
border-color css
<style>
span { border-color: #B0A62F; }
span { border-color: rgb(176,166,47); }
td.TdClassName
{
border-color: #B0A62F;
}
.TagClassName
{
border-color: #B0A62F;
}
</style>