Shades of Spanish Green #8B9584
Tints of Spanish Green #8B9584
RGB
CMYK
RGB Variations
Color information
#8B9584 (or 0x8B9584) is known color: Spanish Green. HEX triplet: 8B, 95 and 84. RGB value is (139,149,132). Sum of RGB (Red+Green+Blue) = 139+149+132=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9584 is #746A7B. Grayscale: #909090. Windows color (decimal): -7629436 or 8689035. OLE color: 8689035.
HSL color Cylindrical-coordinate representation of color #8B9584: hue angle of 95.29º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B9584 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 132 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.42 |
| HSL | 95.29º | 0.07% | 0.55% | - |
| HSV(B) | 95.29º | 0.11% | 0.58% | - |
| XYZ | 25.56 | 28.65 | 26.01 | - |
| YUV | 144.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 132 | 0.07 | 0 | 0.11 | 0.42 | 95.29 | 0.07 | 0.55 |
| Hex | 8B | 95 | 84 | 7 | 0 | B | 2A | 5F | 7 | 37 |
| Octal | 213 | 225 | 204 | 7 | 0 | 13 | 52 | 137 | 7 | 67 |
| Binary | 10001011 | 10010101 | 10000100 | 111 | 0 | 1011 | 101010 | 1011111 | 111 | 110111 |
Color Harmonies of #8B9584
Complementary color
Monochromatic Colors of #8B9584
Black with #8B9584
Text Example
Text Example
White with #8B9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9584; }
p { color: rgb(139,149,132); }
H1.HeaderClassName
{
color: #8B9584;
}
.AnyTagClassName
{
color: #8B9584;
}
</style>
background-color css
<style>
a { background-color: #8B9584; }
a { background-color: rgb(139,149,132); }
div.DivClassName
{
background-color: #8B9584;
}
.BgClassName
{
background-color: #8B9584;
}
</style>
border-color css
<style>
span { border-color: #8B9584; }
span { border-color: rgb(139,149,132); }
td.TdClassName
{
border-color: #8B9584;
}
.TagClassName
{
border-color: #8B9584;
}
</style>