Shades of Earls Green #B8AD2F
Tints of Earls Green #B8AD2F
RGB
CMYK
RGB Variations
Color information
#B8AD2F (or 0xB8AD2F) is known color: Earls Green. HEX triplet: B8, AD and 2F. RGB value is (184,173,47). Sum of RGB (Red+Green+Blue) = 184+173+47=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD2F is #4752D0. Grayscale: #A2A2A2. Windows color (decimal): -4674257 or 3124664. OLE color: 3124664.
HSL color Cylindrical-coordinate representation of color #B8AD2F: hue angle of 55.18º 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 #B8AD2F is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 47 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.28 |
| HSL | 55.18º | 0.59% | 0.45% | - |
| HSV(B) | 55.18º | 0.74% | 0.72% | - |
| XYZ | 35.22 | 40.28 | 8.61 | - |
| YUV | 161.93 | 63.14 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 47 | 0 | 0.06 | 0.74 | 0.28 | 55.18 | 0.59 | 0.45 |
| Hex | B8 | AD | 2F | 0 | 6 | 4A | 1C | 37 | 3B | 2D |
| Octal | 270 | 255 | 57 | 0 | 6 | 112 | 34 | 67 | 73 | 55 |
| Binary | 10111000 | 10101101 | 101111 | 0 | 110 | 1001010 | 11100 | 110111 | 111011 | 101101 |
Color Harmonies of #B8AD2F
Complementary color
Monochromatic Colors of #B8AD2F
Black with #B8AD2F
Text Example
Text Example
White with #B8AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD2F; }
p { color: rgb(184,173,47); }
H1.HeaderClassName
{
color: #B8AD2F;
}
.AnyTagClassName
{
color: #B8AD2F;
}
</style>
background-color css
<style>
a { background-color: #B8AD2F; }
a { background-color: rgb(184,173,47); }
div.DivClassName
{
background-color: #B8AD2F;
}
.BgClassName
{
background-color: #B8AD2F;
}
</style>
border-color css
<style>
span { border-color: #B8AD2F; }
span { border-color: rgb(184,173,47); }
td.TdClassName
{
border-color: #B8AD2F;
}
.TagClassName
{
border-color: #B8AD2F;
}
</style>