Shades of Earls Green #B0AC2D
Tints of Earls Green #B0AC2D
RGB
CMYK
RGB Variations
Color information
#B0AC2D (or 0xB0AC2D) is known color: Earls Green. HEX triplet: B0, AC and 2D. RGB value is (176,172,45). Sum of RGB (Red+Green+Blue) = 176+172+45=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AC2D is #4F53D2. Grayscale: #9F9F9F. Windows color (decimal): -5198803 or 2993328. OLE color: 2993328.
HSL color Cylindrical-coordinate representation of color #B0AC2D: hue angle of 58.17º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0AC2D is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 172 | 45 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.31 |
| HSL | 58.17º | 0.59% | 0.43% | - |
| HSV(B) | 58.17º | 0.74% | 0.69% | - |
| XYZ | 33.13 | 38.92 | 8.25 | - |
| YUV | 158.72 | 63.83 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 45 | 0 | 0.02 | 0.74 | 0.31 | 58.17 | 0.59 | 0.43 |
| Hex | B0 | AC | 2D | 0 | 2 | 4A | 1F | 3A | 3B | 2B |
| Octal | 260 | 254 | 55 | 0 | 2 | 112 | 37 | 72 | 73 | 53 |
| Binary | 10110000 | 10101100 | 101101 | 0 | 10 | 1001010 | 11111 | 111010 | 111011 | 101011 |
Color Harmonies of #B0AC2D
Complementary color
Monochromatic Colors of #B0AC2D
Black with #B0AC2D
Text Example
Text Example
White with #B0AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AC2D; }
p { color: rgb(176,172,45); }
H1.HeaderClassName
{
color: #B0AC2D;
}
.AnyTagClassName
{
color: #B0AC2D;
}
</style>
background-color css
<style>
a { background-color: #B0AC2D; }
a { background-color: rgb(176,172,45); }
div.DivClassName
{
background-color: #B0AC2D;
}
.BgClassName
{
background-color: #B0AC2D;
}
</style>
border-color css
<style>
span { border-color: #B0AC2D; }
span { border-color: rgb(176,172,45); }
td.TdClassName
{
border-color: #B0AC2D;
}
.TagClassName
{
border-color: #B0AC2D;
}
</style>