Shades of Spanish Green #888D83
Tints of Spanish Green #888D83
RGB
CMYK
RGB Variations
Color information
#888D83 (or 0x888D83) is known color: Spanish Green. HEX triplet: 88, 8D and 83. RGB value is (136,141,131). Sum of RGB (Red+Green+Blue) = 136+141+131=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 141 - color contains mainly: green. Hex color #888D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D83 is #77727C. Grayscale: #8A8A8A. Windows color (decimal): -7828093 or 8621448. OLE color: 8621448.
HSL color Cylindrical-coordinate representation of color #888D83: hue angle of 90º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #888D83 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 131 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.45 |
| HSL | 90º | 0.04% | 0.53% | - |
| HSV(B) | 90º | 0.07% | 0.55% | - |
| XYZ | 23.77 | 25.92 | 25.22 | - |
| YUV | 138.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 131 | 0.04 | 0 | 0.07 | 0.45 | 90 | 0.04 | 0.53 |
| Hex | 88 | 8D | 83 | 4 | 0 | 7 | 2D | 5A | 4 | 35 |
| Octal | 210 | 215 | 203 | 4 | 0 | 7 | 55 | 132 | 4 | 65 |
| Binary | 10001000 | 10001101 | 10000011 | 100 | 0 | 111 | 101101 | 1011010 | 100 | 110101 |
Color Harmonies of #888D83
Complementary color
Monochromatic Colors of #888D83
Black with #888D83
Text Example
Text Example
White with #888D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D83; }
p { color: rgb(136,141,131); }
H1.HeaderClassName
{
color: #888D83;
}
.AnyTagClassName
{
color: #888D83;
}
</style>
background-color css
<style>
a { background-color: #888D83; }
a { background-color: rgb(136,141,131); }
div.DivClassName
{
background-color: #888D83;
}
.BgClassName
{
background-color: #888D83;
}
</style>
border-color css
<style>
span { border-color: #888D83; }
span { border-color: rgb(136,141,131); }
td.TdClassName
{
border-color: #888D83;
}
.TagClassName
{
border-color: #888D83;
}
</style>