Shades of Earls Green #B8AF2F
Tints of Earls Green #B8AF2F
RGB
CMYK
RGB Variations
Color information
#B8AF2F (or 0xB8AF2F) is known color: Earls Green. HEX triplet: B8, AF and 2F. RGB value is (184,175,47). Sum of RGB (Red+Green+Blue) = 184+175+47=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF2F is #4750D0. Grayscale: #A3A3A3. Windows color (decimal): -4673745 or 3125176. OLE color: 3125176.
HSL color Cylindrical-coordinate representation of color #B8AF2F: hue angle of 56.06º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8AF2F is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 47 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.28 |
| HSL | 56.06º | 0.59% | 0.45% | - |
| HSV(B) | 56.06º | 0.74% | 0.72% | - |
| XYZ | 35.61 | 41.06 | 8.74 | - |
| YUV | 163.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 47 | 0 | 0.05 | 0.74 | 0.28 | 56.06 | 0.59 | 0.45 |
| Hex | B8 | AF | 2F | 0 | 5 | 4A | 1C | 38 | 3B | 2D |
| Octal | 270 | 257 | 57 | 0 | 5 | 112 | 34 | 70 | 73 | 55 |
| Binary | 10111000 | 10101111 | 101111 | 0 | 101 | 1001010 | 11100 | 111000 | 111011 | 101101 |
Color Harmonies of #B8AF2F
Complementary color
Monochromatic Colors of #B8AF2F
Black with #B8AF2F
Text Example
Text Example
White with #B8AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF2F; }
p { color: rgb(184,175,47); }
H1.HeaderClassName
{
color: #B8AF2F;
}
.AnyTagClassName
{
color: #B8AF2F;
}
</style>
background-color css
<style>
a { background-color: #B8AF2F; }
a { background-color: rgb(184,175,47); }
div.DivClassName
{
background-color: #B8AF2F;
}
.BgClassName
{
background-color: #B8AF2F;
}
</style>
border-color css
<style>
span { border-color: #B8AF2F; }
span { border-color: rgb(184,175,47); }
td.TdClassName
{
border-color: #B8AF2F;
}
.TagClassName
{
border-color: #B8AF2F;
}
</style>