Shades of Earls Green #B8AF2E
Tints of Earls Green #B8AF2E
RGB
CMYK
RGB Variations
Color information
#B8AF2E (or 0xB8AF2E) is known color: Earls Green. HEX triplet: B8, AF and 2E. RGB value is (184,175,46). Sum of RGB (Red+Green+Blue) = 184+175+46=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF2E is #4750D1. Grayscale: #A3A3A3. Windows color (decimal): -4673746 or 3059640. OLE color: 3059640.
HSL color Cylindrical-coordinate representation of color #B8AF2E: hue angle of 56.09º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B8AF2E is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 46 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.28 |
| HSL | 56.09º | 0.6% | 0.45% | - |
| HSV(B) | 56.09º | 0.75% | 0.72% | - |
| XYZ | 35.59 | 41.05 | 8.63 | - |
| YUV | 162.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 46 | 0 | 0.05 | 0.75 | 0.28 | 56.09 | 0.6 | 0.45 |
| Hex | B8 | AF | 2E | 0 | 5 | 4B | 1C | 38 | 3C | 2D |
| Octal | 270 | 257 | 56 | 0 | 5 | 113 | 34 | 70 | 74 | 55 |
| Binary | 10111000 | 10101111 | 101110 | 0 | 101 | 1001011 | 11100 | 111000 | 111100 | 101101 |
Color Harmonies of #B8AF2E
Complementary color
Monochromatic Colors of #B8AF2E
Black with #B8AF2E
Text Example
Text Example
White with #B8AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF2E; }
p { color: rgb(184,175,46); }
H1.HeaderClassName
{
color: #B8AF2E;
}
.AnyTagClassName
{
color: #B8AF2E;
}
</style>
background-color css
<style>
a { background-color: #B8AF2E; }
a { background-color: rgb(184,175,46); }
div.DivClassName
{
background-color: #B8AF2E;
}
.BgClassName
{
background-color: #B8AF2E;
}
</style>
border-color css
<style>
span { border-color: #B8AF2E; }
span { border-color: rgb(184,175,46); }
td.TdClassName
{
border-color: #B8AF2E;
}
.TagClassName
{
border-color: #B8AF2E;
}
</style>