Shades of Spanish Green #8C9488
Tints of Spanish Green #8C9488
RGB
CMYK
RGB Variations
Color information
#8C9488 (or 0x8C9488) is known color: Spanish Green. HEX triplet: 8C, 94 and 88. RGB value is (140,148,136). Sum of RGB (Red+Green+Blue) = 140+148+136=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9488 is #736B77. Grayscale: #909090. Windows color (decimal): -7564152 or 8950924. OLE color: 8950924.
HSL color Cylindrical-coordinate representation of color #8C9488: hue angle of 100º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9488 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 136 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.42 |
| HSL | 100º | 0.05% | 0.56% | - |
| HSV(B) | 100º | 0.08% | 0.58% | - |
| XYZ | 25.85 | 28.53 | 27.44 | - |
| YUV | 144.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 136 | 0.05 | 0 | 0.08 | 0.42 | 100 | 0.05 | 0.56 |
| Hex | 8C | 94 | 88 | 5 | 0 | 8 | 2A | 64 | 5 | 38 |
| Octal | 214 | 224 | 210 | 5 | 0 | 10 | 52 | 144 | 5 | 70 |
| Binary | 10001100 | 10010100 | 10001000 | 101 | 0 | 1000 | 101010 | 1100100 | 101 | 111000 |
Color Harmonies of #8C9488
Complementary color
Monochromatic Colors of #8C9488
Black with #8C9488
Text Example
Text Example
White with #8C9488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9488; }
p { color: rgb(140,148,136); }
H1.HeaderClassName
{
color: #8C9488;
}
.AnyTagClassName
{
color: #8C9488;
}
</style>
background-color css
<style>
a { background-color: #8C9488; }
a { background-color: rgb(140,148,136); }
div.DivClassName
{
background-color: #8C9488;
}
.BgClassName
{
background-color: #8C9488;
}
</style>
border-color css
<style>
span { border-color: #8C9488; }
span { border-color: rgb(140,148,136); }
td.TdClassName
{
border-color: #8C9488;
}
.TagClassName
{
border-color: #8C9488;
}
</style>