Shades of Spanish Green #889182
Tints of Spanish Green #889182
RGB
CMYK
RGB Variations
Color information
#889182 (or 0x889182) is known color: Spanish Green. HEX triplet: 88, 91 and 82. RGB value is (136,145,130). Sum of RGB (Red+Green+Blue) = 136+145+130=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 145 - color contains mainly: green. Hex color #889182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889182 is #776E7D. Grayscale: #8C8C8C. Windows color (decimal): -7827070 or 8556936. OLE color: 8556936.
HSL color Cylindrical-coordinate representation of color #889182: hue angle of 96º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #889182 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 130 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.43 |
| HSL | 96º | 0.06% | 0.54% | - |
| HSV(B) | 96º | 0.1% | 0.57% | - |
| XYZ | 24.31 | 27.1 | 25.07 | - |
| YUV | 140.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 130 | 0.06 | 0 | 0.10 | 0.43 | 96 | 0.06 | 0.54 |
| Hex | 88 | 91 | 82 | 6 | 0 | A | 2B | 60 | 6 | 36 |
| Octal | 210 | 221 | 202 | 6 | 0 | 12 | 53 | 140 | 6 | 66 |
| Binary | 10001000 | 10010001 | 10000010 | 110 | 0 | 1010 | 101011 | 1100000 | 110 | 110110 |
Color Harmonies of #889182
Complementary color
Monochromatic Colors of #889182
Black with #889182
Text Example
Text Example
White with #889182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889182; }
p { color: rgb(136,145,130); }
H1.HeaderClassName
{
color: #889182;
}
.AnyTagClassName
{
color: #889182;
}
</style>
background-color css
<style>
a { background-color: #889182; }
a { background-color: rgb(136,145,130); }
div.DivClassName
{
background-color: #889182;
}
.BgClassName
{
background-color: #889182;
}
</style>
border-color css
<style>
span { border-color: #889182; }
span { border-color: rgb(136,145,130); }
td.TdClassName
{
border-color: #889182;
}
.TagClassName
{
border-color: #889182;
}
</style>