Shades of Spanish Green #8B9386
Tints of Spanish Green #8B9386
RGB
CMYK
RGB Variations
Color information
#8B9386 (or 0x8B9386) is known color: Spanish Green. HEX triplet: 8B, 93 and 86. RGB value is (139,147,134). Sum of RGB (Red+Green+Blue) = 139+147+134=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9386 is #746C79. Grayscale: #8F8F8F. Windows color (decimal): -7629946 or 8819595. OLE color: 8819595.
HSL color Cylindrical-coordinate representation of color #8B9386: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9386 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 147 | 134 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.42 |
| HSL | 96.92º | 0.06% | 0.55% | - |
| HSV(B) | 96.92º | 0.09% | 0.58% | - |
| XYZ | 25.38 | 28.08 | 26.64 | - |
| YUV | 143.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 134 | 0.05 | 0 | 0.09 | 0.42 | 96.92 | 0.06 | 0.55 |
| Hex | 8B | 93 | 86 | 5 | 0 | 9 | 2A | 61 | 6 | 37 |
| Octal | 213 | 223 | 206 | 5 | 0 | 11 | 52 | 141 | 6 | 67 |
| Binary | 10001011 | 10010011 | 10000110 | 101 | 0 | 1001 | 101010 | 1100001 | 110 | 110111 |
Color Harmonies of #8B9386
Complementary color
Monochromatic Colors of #8B9386
Black with #8B9386
Text Example
Text Example
White with #8B9386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9386; }
p { color: rgb(139,147,134); }
H1.HeaderClassName
{
color: #8B9386;
}
.AnyTagClassName
{
color: #8B9386;
}
</style>
background-color css
<style>
a { background-color: #8B9386; }
a { background-color: rgb(139,147,134); }
div.DivClassName
{
background-color: #8B9386;
}
.BgClassName
{
background-color: #8B9386;
}
</style>
border-color css
<style>
span { border-color: #8B9386; }
span { border-color: rgb(139,147,134); }
td.TdClassName
{
border-color: #8B9386;
}
.TagClassName
{
border-color: #8B9386;
}
</style>