Shades of Spanish Green #899382
Tints of Spanish Green #899382
RGB
CMYK
RGB Variations
Color information
#899382 (or 0x899382) is known color: Spanish Green. HEX triplet: 89, 93 and 82. RGB value is (137,147,130). Sum of RGB (Red+Green+Blue) = 137+147+130=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #899382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899382 is #766C7D. Grayscale: #8E8E8E. Windows color (decimal): -7761022 or 8557449. OLE color: 8557449.
HSL color Cylindrical-coordinate representation of color #899382: hue angle of 95.29º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899382 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 130 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.42 |
| HSL | 95.29º | 0.07% | 0.54% | - |
| HSV(B) | 95.29º | 0.12% | 0.58% | - |
| XYZ | 24.78 | 27.8 | 25.18 | - |
| YUV | 142.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 130 | 0.07 | 0 | 0.12 | 0.42 | 95.29 | 0.07 | 0.54 |
| Hex | 89 | 93 | 82 | 7 | 0 | C | 2A | 5F | 7 | 36 |
| Octal | 211 | 223 | 202 | 7 | 0 | 14 | 52 | 137 | 7 | 66 |
| Binary | 10001001 | 10010011 | 10000010 | 111 | 0 | 1100 | 101010 | 1011111 | 111 | 110110 |
Color Harmonies of #899382
Complementary color
Monochromatic Colors of #899382
Black with #899382
Text Example
Text Example
White with #899382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899382; }
p { color: rgb(137,147,130); }
H1.HeaderClassName
{
color: #899382;
}
.AnyTagClassName
{
color: #899382;
}
</style>
background-color css
<style>
a { background-color: #899382; }
a { background-color: rgb(137,147,130); }
div.DivClassName
{
background-color: #899382;
}
.BgClassName
{
background-color: #899382;
}
</style>
border-color css
<style>
span { border-color: #899382; }
span { border-color: rgb(137,147,130); }
td.TdClassName
{
border-color: #899382;
}
.TagClassName
{
border-color: #899382;
}
</style>