Shades of Earls Green #B0A42C
Tints of Earls Green #B0A42C
RGB
CMYK
RGB Variations
Color information
#B0A42C (or 0xB0A42C) is known color: Earls Green. HEX triplet: B0, A4 and 2C. RGB value is (176,164,44). Sum of RGB (Red+Green+Blue) = 176+164+44=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A42C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A42C is #4F5BD3. Grayscale: #9A9A9A. Windows color (decimal): -5200852 or 2925744. OLE color: 2925744.
HSL color Cylindrical-coordinate representation of color #B0A42C: hue angle of 54.55º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0A42C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 164 | 44 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.31 |
| HSL | 54.55º | 0.6% | 0.43% | - |
| HSV(B) | 54.55º | 0.75% | 0.69% | - |
| XYZ | 31.63 | 35.96 | 7.66 | - |
| YUV | 153.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 44 | 0 | 0.07 | 0.75 | 0.31 | 54.55 | 0.6 | 0.43 |
| Hex | B0 | A4 | 2C | 0 | 7 | 4B | 1F | 37 | 3C | 2B |
| Octal | 260 | 244 | 54 | 0 | 7 | 113 | 37 | 67 | 74 | 53 |
| Binary | 10110000 | 10100100 | 101100 | 0 | 111 | 1001011 | 11111 | 110111 | 111100 | 101011 |
Color Harmonies of #B0A42C
Complementary color
Monochromatic Colors of #B0A42C
Black with #B0A42C
Text Example
Text Example
White with #B0A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A42C; }
p { color: rgb(176,164,44); }
H1.HeaderClassName
{
color: #B0A42C;
}
.AnyTagClassName
{
color: #B0A42C;
}
</style>
background-color css
<style>
a { background-color: #B0A42C; }
a { background-color: rgb(176,164,44); }
div.DivClassName
{
background-color: #B0A42C;
}
.BgClassName
{
background-color: #B0A42C;
}
</style>
border-color css
<style>
span { border-color: #B0A42C; }
span { border-color: rgb(176,164,44); }
td.TdClassName
{
border-color: #B0A42C;
}
.TagClassName
{
border-color: #B0A42C;
}
</style>