Shades of Spanish Green #889282
Tints of Spanish Green #889282
RGB
CMYK
RGB Variations
Color information
#889282 (or 0x889282) is known color: Spanish Green. HEX triplet: 88, 92 and 82. RGB value is (136,146,130). Sum of RGB (Red+Green+Blue) = 136+146+130=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #889282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889282 is #776D7D. Grayscale: #8D8D8D. Windows color (decimal): -7826814 or 8557192. OLE color: 8557192.
HSL color Cylindrical-coordinate representation of color #889282: hue angle of 97.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889282 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 146 | 130 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.43 |
| HSL | 97.5º | 0.07% | 0.54% | - |
| HSV(B) | 97.5º | 0.11% | 0.57% | - |
| XYZ | 24.46 | 27.4 | 25.12 | - |
| YUV | 141.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 146 | 130 | 0.07 | 0 | 0.11 | 0.43 | 97.5 | 0.07 | 0.54 |
| Hex | 88 | 92 | 82 | 7 | 0 | B | 2B | 62 | 7 | 36 |
| Octal | 210 | 222 | 202 | 7 | 0 | 13 | 53 | 142 | 7 | 66 |
| Binary | 10001000 | 10010010 | 10000010 | 111 | 0 | 1011 | 101011 | 1100010 | 111 | 110110 |
Color Harmonies of #889282
Complementary color
Monochromatic Colors of #889282
Black with #889282
Text Example
Text Example
White with #889282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889282; }
p { color: rgb(136,146,130); }
H1.HeaderClassName
{
color: #889282;
}
.AnyTagClassName
{
color: #889282;
}
</style>
background-color css
<style>
a { background-color: #889282; }
a { background-color: rgb(136,146,130); }
div.DivClassName
{
background-color: #889282;
}
.BgClassName
{
background-color: #889282;
}
</style>
border-color css
<style>
span { border-color: #889282; }
span { border-color: rgb(136,146,130); }
td.TdClassName
{
border-color: #889282;
}
.TagClassName
{
border-color: #889282;
}
</style>