Shades of Earls Green #B0AF2E
Tints of Earls Green #B0AF2E
RGB
CMYK
RGB Variations
Color information
#B0AF2E (or 0xB0AF2E) is known color: Earls Green. HEX triplet: B0, AF and 2E. RGB value is (176,175,46). Sum of RGB (Red+Green+Blue) = 176+175+46=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF2E is #4F50D1. Grayscale: #A1A1A1. Windows color (decimal): -5198034 or 3059632. OLE color: 3059632.
HSL color Cylindrical-coordinate representation of color #B0AF2E: hue angle of 59.54º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0AF2E is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 46 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.31 |
| HSL | 59.54º | 0.59% | 0.44% | - |
| HSV(B) | 59.54º | 0.74% | 0.69% | - |
| XYZ | 33.73 | 40.09 | 8.54 | - |
| YUV | 160.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 46 | 0 | 0.01 | 0.74 | 0.31 | 59.54 | 0.59 | 0.44 |
| Hex | B0 | AF | 2E | 0 | 1 | 4A | 1F | 3C | 3B | 2C |
| Octal | 260 | 257 | 56 | 0 | 1 | 112 | 37 | 74 | 73 | 54 |
| Binary | 10110000 | 10101111 | 101110 | 0 | 1 | 1001010 | 11111 | 111100 | 111011 | 101100 |
Color Harmonies of #B0AF2E
Complementary color
Monochromatic Colors of #B0AF2E
Black with #B0AF2E
Text Example
Text Example
White with #B0AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF2E; }
p { color: rgb(176,175,46); }
H1.HeaderClassName
{
color: #B0AF2E;
}
.AnyTagClassName
{
color: #B0AF2E;
}
</style>
background-color css
<style>
a { background-color: #B0AF2E; }
a { background-color: rgb(176,175,46); }
div.DivClassName
{
background-color: #B0AF2E;
}
.BgClassName
{
background-color: #B0AF2E;
}
</style>
border-color css
<style>
span { border-color: #B0AF2E; }
span { border-color: rgb(176,175,46); }
td.TdClassName
{
border-color: #B0AF2E;
}
.TagClassName
{
border-color: #B0AF2E;
}
</style>