Shades of Spanish Green #889180
Tints of Spanish Green #889180
RGB
CMYK
RGB Variations
Color information
#889180 (or 0x889180) is known color: Spanish Green. HEX triplet: 88, 91 and 80. RGB value is (136,145,128). Sum of RGB (Red+Green+Blue) = 136+145+128=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 145 - color contains mainly: green. Hex color #889180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889180 is #776E7F. Grayscale: #8C8C8C. Windows color (decimal): -7827072 or 8425864. OLE color: 8425864.
HSL color Cylindrical-coordinate representation of color #889180: hue angle of 91.76º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #889180 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 128 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.43 |
| HSL | 91.76º | 0.07% | 0.54% | - |
| HSV(B) | 91.76º | 0.12% | 0.57% | - |
| XYZ | 24.18 | 27.04 | 24.37 | - |
| YUV | 140.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 128 | 0.06 | 0 | 0.12 | 0.43 | 91.76 | 0.07 | 0.54 |
| Hex | 88 | 91 | 80 | 6 | 0 | C | 2B | 5C | 7 | 36 |
| Octal | 210 | 221 | 200 | 6 | 0 | 14 | 53 | 134 | 7 | 66 |
| Binary | 10001000 | 10010001 | 10000000 | 110 | 0 | 1100 | 101011 | 1011100 | 111 | 110110 |
Color Harmonies of #889180
Complementary color
Monochromatic Colors of #889180
Black with #889180
Text Example
Text Example
White with #889180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889180; }
p { color: rgb(136,145,128); }
H1.HeaderClassName
{
color: #889180;
}
.AnyTagClassName
{
color: #889180;
}
</style>
background-color css
<style>
a { background-color: #889180; }
a { background-color: rgb(136,145,128); }
div.DivClassName
{
background-color: #889180;
}
.BgClassName
{
background-color: #889180;
}
</style>
border-color css
<style>
span { border-color: #889180; }
span { border-color: rgb(136,145,128); }
td.TdClassName
{
border-color: #889180;
}
.TagClassName
{
border-color: #889180;
}
</style>