Shades of Earls Green #B0AF2F
Tints of Earls Green #B0AF2F
RGB
CMYK
RGB Variations
Color information
#B0AF2F (or 0xB0AF2F) is known color: Earls Green. HEX triplet: B0, AF and 2F. RGB value is (176,175,47). Sum of RGB (Red+Green+Blue) = 176+175+47=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF2F is #4F50D0. Grayscale: #A1A1A1. Windows color (decimal): -5198033 or 3125168. OLE color: 3125168.
HSL color Cylindrical-coordinate representation of color #B0AF2F: hue angle of 59.53º 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 #B0AF2F is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 47 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.31 |
| HSL | 59.53º | 0.58% | 0.44% | - |
| HSV(B) | 59.53º | 0.73% | 0.69% | - |
| XYZ | 33.75 | 40.1 | 8.65 | - |
| YUV | 160.71 | 63.83 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 47 | 0 | 0.01 | 0.73 | 0.31 | 59.53 | 0.58 | 0.44 |
| Hex | B0 | AF | 2F | 0 | 1 | 49 | 1F | 3C | 3A | 2C |
| Octal | 260 | 257 | 57 | 0 | 1 | 111 | 37 | 74 | 72 | 54 |
| Binary | 10110000 | 10101111 | 101111 | 0 | 1 | 1001001 | 11111 | 111100 | 111010 | 101100 |
Color Harmonies of #B0AF2F
Complementary color
Monochromatic Colors of #B0AF2F
Black with #B0AF2F
Text Example
Text Example
White with #B0AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF2F; }
p { color: rgb(176,175,47); }
H1.HeaderClassName
{
color: #B0AF2F;
}
.AnyTagClassName
{
color: #B0AF2F;
}
</style>
background-color css
<style>
a { background-color: #B0AF2F; }
a { background-color: rgb(176,175,47); }
div.DivClassName
{
background-color: #B0AF2F;
}
.BgClassName
{
background-color: #B0AF2F;
}
</style>
border-color css
<style>
span { border-color: #B0AF2F; }
span { border-color: rgb(176,175,47); }
td.TdClassName
{
border-color: #B0AF2F;
}
.TagClassName
{
border-color: #B0AF2F;
}
</style>