Shades of Spanish Green #8B9388
Tints of Spanish Green #8B9388
RGB
CMYK
RGB Variations
Color information
#8B9388 (or 0x8B9388) is known color: Spanish Green. HEX triplet: 8B, 93 and 88. RGB value is (139,147,136). Sum of RGB (Red+Green+Blue) = 139+147+136=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9388 is #746C77. Grayscale: #8F8F8F. Windows color (decimal): -7629944 or 8950667. OLE color: 8950667.
HSL color Cylindrical-coordinate representation of color #8B9388: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B9388 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 147 | 136 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.42 |
| HSL | 103.64º | 0.05% | 0.55% | - |
| HSV(B) | 103.64º | 0.07% | 0.58% | - |
| XYZ | 25.53 | 28.13 | 27.38 | - |
| YUV | 143.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 136 | 0.05 | 0 | 0.07 | 0.42 | 103.64 | 0.05 | 0.55 |
| Hex | 8B | 93 | 88 | 5 | 0 | 7 | 2A | 68 | 5 | 37 |
| Octal | 213 | 223 | 210 | 5 | 0 | 7 | 52 | 150 | 5 | 67 |
| Binary | 10001011 | 10010011 | 10001000 | 101 | 0 | 111 | 101010 | 1101000 | 101 | 110111 |
Color Harmonies of #8B9388
Complementary color
Monochromatic Colors of #8B9388
Black with #8B9388
Text Example
Text Example
White with #8B9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9388; }
p { color: rgb(139,147,136); }
H1.HeaderClassName
{
color: #8B9388;
}
.AnyTagClassName
{
color: #8B9388;
}
</style>
background-color css
<style>
a { background-color: #8B9388; }
a { background-color: rgb(139,147,136); }
div.DivClassName
{
background-color: #8B9388;
}
.BgClassName
{
background-color: #8B9388;
}
</style>
border-color css
<style>
span { border-color: #8B9388; }
span { border-color: rgb(139,147,136); }
td.TdClassName
{
border-color: #8B9388;
}
.TagClassName
{
border-color: #8B9388;
}
</style>