Shades of Earls Green #B8AD12
Tints of Earls Green #B8AD12
RGB
CMYK
RGB Variations
Color information
#B8AD12 (or 0xB8AD12) is known color: Earls Green. HEX triplet: B8, AD and 12. RGB value is (184,173,18). Sum of RGB (Red+Green+Blue) = 184+173+18=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AD12 is #4752ED. Grayscale: #9F9F9F. Windows color (decimal): -4674286 or 1224120. OLE color: 1224120.
HSL color Cylindrical-coordinate representation of color #B8AD12: hue angle of 56.02º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8AD12 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 18 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.28 |
| HSL | 56.02º | 0.82% | 0.4% | - |
| HSV(B) | 56.02º | 0.9% | 0.72% | - |
| XYZ | 34.82 | 40.12 | 6.48 | - |
| YUV | 158.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 18 | 0 | 0.06 | 0.90 | 0.28 | 56.02 | 0.82 | 0.4 |
| Hex | B8 | AD | 12 | 0 | 6 | 5A | 1C | 38 | 52 | 28 |
| Octal | 270 | 255 | 22 | 0 | 6 | 132 | 34 | 70 | 122 | 50 |
| Binary | 10111000 | 10101101 | 10010 | 0 | 110 | 1011010 | 11100 | 111000 | 1010010 | 101000 |
Color Harmonies of #B8AD12
Complementary color
Monochromatic Colors of #B8AD12
Black with #B8AD12
Text Example
Text Example
White with #B8AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD12; }
p { color: rgb(184,173,18); }
H1.HeaderClassName
{
color: #B8AD12;
}
.AnyTagClassName
{
color: #B8AD12;
}
</style>
background-color css
<style>
a { background-color: #B8AD12; }
a { background-color: rgb(184,173,18); }
div.DivClassName
{
background-color: #B8AD12;
}
.BgClassName
{
background-color: #B8AD12;
}
</style>
border-color css
<style>
span { border-color: #B8AD12; }
span { border-color: rgb(184,173,18); }
td.TdClassName
{
border-color: #B8AD12;
}
.TagClassName
{
border-color: #B8AD12;
}
</style>