Shades of Spanish Green #899082
Tints of Spanish Green #899082
RGB
CMYK
RGB Variations
Color information
#899082 (or 0x899082) is known color: Spanish Green. HEX triplet: 89, 90 and 82. RGB value is (137,144,130). Sum of RGB (Red+Green+Blue) = 137+144+130=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 144 - color contains mainly: green. Hex color #899082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899082 is #766F7D. Grayscale: #8C8C8C. Windows color (decimal): -7761790 or 8556681. OLE color: 8556681.
HSL color Cylindrical-coordinate representation of color #899082: hue angle of 90º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899082 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 130 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.44 |
| HSL | 90º | 0.06% | 0.54% | - |
| HSV(B) | 90º | 0.1% | 0.56% | - |
| XYZ | 24.32 | 26.88 | 25.03 | - |
| YUV | 140.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 130 | 0.05 | 0 | 0.10 | 0.44 | 90 | 0.06 | 0.54 |
| Hex | 89 | 90 | 82 | 5 | 0 | A | 2C | 5A | 6 | 36 |
| Octal | 211 | 220 | 202 | 5 | 0 | 12 | 54 | 132 | 6 | 66 |
| Binary | 10001001 | 10010000 | 10000010 | 101 | 0 | 1010 | 101100 | 1011010 | 110 | 110110 |
Color Harmonies of #899082
Complementary color
Monochromatic Colors of #899082
Black with #899082
Text Example
Text Example
White with #899082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899082; }
p { color: rgb(137,144,130); }
H1.HeaderClassName
{
color: #899082;
}
.AnyTagClassName
{
color: #899082;
}
</style>
background-color css
<style>
a { background-color: #899082; }
a { background-color: rgb(137,144,130); }
div.DivClassName
{
background-color: #899082;
}
.BgClassName
{
background-color: #899082;
}
</style>
border-color css
<style>
span { border-color: #899082; }
span { border-color: rgb(137,144,130); }
td.TdClassName
{
border-color: #899082;
}
.TagClassName
{
border-color: #899082;
}
</style>