Shades of Earls Green #B8AD11
Tints of Earls Green #B8AD11
RGB
CMYK
RGB Variations
Color information
#B8AD11 (or 0xB8AD11) is known color: Earls Green. HEX triplet: B8, AD and 11. RGB value is (184,173,17). Sum of RGB (Red+Green+Blue) = 184+173+17=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AD11 is #4752EE. Grayscale: #9F9F9F. Windows color (decimal): -4674287 or 1158584. OLE color: 1158584.
HSL color Cylindrical-coordinate representation of color #B8AD11: hue angle of 56.05º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8AD11 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 17 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.28 |
| HSL | 56.05º | 0.83% | 0.39% | - |
| HSV(B) | 56.05º | 0.91% | 0.72% | - |
| XYZ | 34.81 | 40.12 | 6.44 | - |
| YUV | 158.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 17 | 0 | 0.06 | 0.91 | 0.28 | 56.05 | 0.83 | 0.39 |
| Hex | B8 | AD | 11 | 0 | 6 | 5B | 1C | 38 | 53 | 27 |
| Octal | 270 | 255 | 21 | 0 | 6 | 133 | 34 | 70 | 123 | 47 |
| Binary | 10111000 | 10101101 | 10001 | 0 | 110 | 1011011 | 11100 | 111000 | 1010011 | 100111 |
Color Harmonies of #B8AD11
Complementary color
Monochromatic Colors of #B8AD11
Black with #B8AD11
Text Example
Text Example
White with #B8AD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD11; }
p { color: rgb(184,173,17); }
H1.HeaderClassName
{
color: #B8AD11;
}
.AnyTagClassName
{
color: #B8AD11;
}
</style>
background-color css
<style>
a { background-color: #B8AD11; }
a { background-color: rgb(184,173,17); }
div.DivClassName
{
background-color: #B8AD11;
}
.BgClassName
{
background-color: #B8AD11;
}
</style>
border-color css
<style>
span { border-color: #B8AD11; }
span { border-color: rgb(184,173,17); }
td.TdClassName
{
border-color: #B8AD11;
}
.TagClassName
{
border-color: #B8AD11;
}
</style>