Shades of Spanish Green #899482
Tints of Spanish Green #899482
RGB
CMYK
RGB Variations
Color information
#899482 (or 0x899482) is known color: Spanish Green. HEX triplet: 89, 94 and 82. RGB value is (137,148,130). Sum of RGB (Red+Green+Blue) = 137+148+130=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #899482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899482 is #766B7D. Grayscale: #8E8E8E. Windows color (decimal): -7760766 or 8557705. OLE color: 8557705.
HSL color Cylindrical-coordinate representation of color #899482: hue angle of 96.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899482 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 130 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.42 |
| HSL | 96.67º | 0.08% | 0.55% | - |
| HSV(B) | 96.67º | 0.12% | 0.58% | - |
| XYZ | 24.94 | 28.11 | 25.23 | - |
| YUV | 142.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 130 | 0.07 | 0 | 0.12 | 0.42 | 96.67 | 0.08 | 0.55 |
| Hex | 89 | 94 | 82 | 7 | 0 | C | 2A | 61 | 8 | 37 |
| Octal | 211 | 224 | 202 | 7 | 0 | 14 | 52 | 141 | 10 | 67 |
| Binary | 10001001 | 10010100 | 10000010 | 111 | 0 | 1100 | 101010 | 1100001 | 1000 | 110111 |
Color Harmonies of #899482
Complementary color
Monochromatic Colors of #899482
Black with #899482
Text Example
Text Example
White with #899482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899482; }
p { color: rgb(137,148,130); }
H1.HeaderClassName
{
color: #899482;
}
.AnyTagClassName
{
color: #899482;
}
</style>
background-color css
<style>
a { background-color: #899482; }
a { background-color: rgb(137,148,130); }
div.DivClassName
{
background-color: #899482;
}
.BgClassName
{
background-color: #899482;
}
</style>
border-color css
<style>
span { border-color: #899482; }
span { border-color: rgb(137,148,130); }
td.TdClassName
{
border-color: #899482;
}
.TagClassName
{
border-color: #899482;
}
</style>