Shades of Spanish Green #889080
Tints of Spanish Green #889080
RGB
CMYK
RGB Variations
Color information
#889080 (or 0x889080) is known color: Spanish Green. HEX triplet: 88, 90 and 80. RGB value is (136,144,128). Sum of RGB (Red+Green+Blue) = 136+144+128=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 144 - color contains mainly: green. Hex color #889080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889080 is #776F7F. Grayscale: #8B8B8B. Windows color (decimal): -7827328 or 8425608. OLE color: 8425608.
HSL color Cylindrical-coordinate representation of color #889080: hue angle of 90º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889080 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 128 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.44 |
| HSL | 90º | 0.07% | 0.53% | - |
| HSV(B) | 90º | 0.11% | 0.56% | - |
| XYZ | 24.02 | 26.74 | 24.32 | - |
| YUV | 139.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 128 | 0.06 | 0 | 0.11 | 0.44 | 90 | 0.07 | 0.53 |
| Hex | 88 | 90 | 80 | 6 | 0 | B | 2C | 5A | 7 | 35 |
| Octal | 210 | 220 | 200 | 6 | 0 | 13 | 54 | 132 | 7 | 65 |
| Binary | 10001000 | 10010000 | 10000000 | 110 | 0 | 1011 | 101100 | 1011010 | 111 | 110101 |
Color Harmonies of #889080
Complementary color
Monochromatic Colors of #889080
Black with #889080
Text Example
Text Example
White with #889080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889080; }
p { color: rgb(136,144,128); }
H1.HeaderClassName
{
color: #889080;
}
.AnyTagClassName
{
color: #889080;
}
</style>
background-color css
<style>
a { background-color: #889080; }
a { background-color: rgb(136,144,128); }
div.DivClassName
{
background-color: #889080;
}
.BgClassName
{
background-color: #889080;
}
</style>
border-color css
<style>
span { border-color: #889080; }
span { border-color: rgb(136,144,128); }
td.TdClassName
{
border-color: #889080;
}
.TagClassName
{
border-color: #889080;
}
</style>