Shades of Earls Green #B8AD32
Tints of Earls Green #B8AD32
RGB
CMYK
RGB Variations
Color information
#B8AD32 (or 0xB8AD32) is known color: Earls Green. HEX triplet: B8, AD and 32. RGB value is (184,173,50). Sum of RGB (Red+Green+Blue) = 184+173+50=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD32 is #4752CD. Grayscale: #A2A2A2. Windows color (decimal): -4674254 or 3321272. OLE color: 3321272.
HSL color Cylindrical-coordinate representation of color #B8AD32: hue angle of 55.07º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8AD32 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 50 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.28 |
| HSL | 55.07º | 0.57% | 0.46% | - |
| HSV(B) | 55.07º | 0.73% | 0.72% | - |
| XYZ | 35.29 | 40.31 | 8.94 | - |
| YUV | 162.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 50 | 0 | 0.06 | 0.73 | 0.28 | 55.07 | 0.57 | 0.46 |
| Hex | B8 | AD | 32 | 0 | 6 | 49 | 1C | 37 | 39 | 2E |
| Octal | 270 | 255 | 62 | 0 | 6 | 111 | 34 | 67 | 71 | 56 |
| Binary | 10111000 | 10101101 | 110010 | 0 | 110 | 1001001 | 11100 | 110111 | 111001 | 101110 |
Color Harmonies of #B8AD32
Complementary color
Monochromatic Colors of #B8AD32
Black with #B8AD32
Text Example
Text Example
White with #B8AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD32; }
p { color: rgb(184,173,50); }
H1.HeaderClassName
{
color: #B8AD32;
}
.AnyTagClassName
{
color: #B8AD32;
}
</style>
background-color css
<style>
a { background-color: #B8AD32; }
a { background-color: rgb(184,173,50); }
div.DivClassName
{
background-color: #B8AD32;
}
.BgClassName
{
background-color: #B8AD32;
}
</style>
border-color css
<style>
span { border-color: #B8AD32; }
span { border-color: rgb(184,173,50); }
td.TdClassName
{
border-color: #B8AD32;
}
.TagClassName
{
border-color: #B8AD32;
}
</style>