Shades of Spanish Green #899381
Tints of Spanish Green #899381
RGB
CMYK
RGB Variations
Color information
#899381 (or 0x899381) is known color: Spanish Green. HEX triplet: 89, 93 and 81. RGB value is (137,147,129). Sum of RGB (Red+Green+Blue) = 137+147+129=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #899381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899381 is #766C7E. Grayscale: #8E8E8E. Windows color (decimal): -7761023 or 8491913. OLE color: 8491913.
HSL color Cylindrical-coordinate representation of color #899381: hue angle of 93.33º degrees, saturation: 0.08, 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 #899381 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 129 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.42 |
| HSL | 93.33º | 0.08% | 0.54% | - |
| HSV(B) | 93.33º | 0.12% | 0.58% | - |
| XYZ | 24.71 | 27.77 | 24.83 | - |
| YUV | 141.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 129 | 0.07 | 0 | 0.12 | 0.42 | 93.33 | 0.08 | 0.54 |
| Hex | 89 | 93 | 81 | 7 | 0 | C | 2A | 5D | 8 | 36 |
| Octal | 211 | 223 | 201 | 7 | 0 | 14 | 52 | 135 | 10 | 66 |
| Binary | 10001001 | 10010011 | 10000001 | 111 | 0 | 1100 | 101010 | 1011101 | 1000 | 110110 |
Color Harmonies of #899381
Complementary color
Monochromatic Colors of #899381
Black with #899381
Text Example
Text Example
White with #899381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899381; }
p { color: rgb(137,147,129); }
H1.HeaderClassName
{
color: #899381;
}
.AnyTagClassName
{
color: #899381;
}
</style>
background-color css
<style>
a { background-color: #899381; }
a { background-color: rgb(137,147,129); }
div.DivClassName
{
background-color: #899381;
}
.BgClassName
{
background-color: #899381;
}
</style>
border-color css
<style>
span { border-color: #899381; }
span { border-color: rgb(137,147,129); }
td.TdClassName
{
border-color: #899381;
}
.TagClassName
{
border-color: #899381;
}
</style>