Shades of Earls Green #B0AF2C
Tints of Earls Green #B0AF2C
RGB
CMYK
RGB Variations
Color information
#B0AF2C (or 0xB0AF2C) is known color: Earls Green. HEX triplet: B0, AF and 2C. RGB value is (176,175,44). Sum of RGB (Red+Green+Blue) = 176+175+44=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF2C is #4F50D3. Grayscale: #A0A0A0. Windows color (decimal): -5198036 or 2928560. OLE color: 2928560.
HSL color Cylindrical-coordinate representation of color #B0AF2C: hue angle of 59.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 #B0AF2C is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 44 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.31 |
| HSL | 59.55º | 0.6% | 0.43% | - |
| HSV(B) | 59.55º | 0.75% | 0.69% | - |
| XYZ | 33.69 | 40.07 | 8.34 | - |
| YUV | 160.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 44 | 0 | 0.01 | 0.75 | 0.31 | 59.55 | 0.6 | 0.43 |
| Hex | B0 | AF | 2C | 0 | 1 | 4B | 1F | 3C | 3C | 2B |
| Octal | 260 | 257 | 54 | 0 | 1 | 113 | 37 | 74 | 74 | 53 |
| Binary | 10110000 | 10101111 | 101100 | 0 | 1 | 1001011 | 11111 | 111100 | 111100 | 101011 |
Color Harmonies of #B0AF2C
Complementary color
Monochromatic Colors of #B0AF2C
Black with #B0AF2C
Text Example
Text Example
White with #B0AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF2C; }
p { color: rgb(176,175,44); }
H1.HeaderClassName
{
color: #B0AF2C;
}
.AnyTagClassName
{
color: #B0AF2C;
}
</style>
background-color css
<style>
a { background-color: #B0AF2C; }
a { background-color: rgb(176,175,44); }
div.DivClassName
{
background-color: #B0AF2C;
}
.BgClassName
{
background-color: #B0AF2C;
}
</style>
border-color css
<style>
span { border-color: #B0AF2C; }
span { border-color: rgb(176,175,44); }
td.TdClassName
{
border-color: #B0AF2C;
}
.TagClassName
{
border-color: #B0AF2C;
}
</style>