Shades of Spanish Green #899384
Tints of Spanish Green #899384
RGB
CMYK
RGB Variations
Color information
#899384 (or 0x899384) is known color: Spanish Green. HEX triplet: 89, 93 and 84. RGB value is (137,147,132). Sum of RGB (Red+Green+Blue) = 137+147+132=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #899384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899384 is #766C7B. Grayscale: #8E8E8E. Windows color (decimal): -7761020 or 8688521. OLE color: 8688521.
HSL color Cylindrical-coordinate representation of color #899384: hue angle of 100º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899384 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 132 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.42 |
| HSL | 100º | 0.06% | 0.55% | - |
| HSV(B) | 100º | 0.1% | 0.58% | - |
| XYZ | 24.92 | 27.85 | 25.89 | - |
| YUV | 142.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 132 | 0.07 | 0 | 0.10 | 0.42 | 100 | 0.06 | 0.55 |
| Hex | 89 | 93 | 84 | 7 | 0 | A | 2A | 64 | 6 | 37 |
| Octal | 211 | 223 | 204 | 7 | 0 | 12 | 52 | 144 | 6 | 67 |
| Binary | 10001001 | 10010011 | 10000100 | 111 | 0 | 1010 | 101010 | 1100100 | 110 | 110111 |
Color Harmonies of #899384
Complementary color
Monochromatic Colors of #899384
Black with #899384
Text Example
Text Example
White with #899384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899384; }
p { color: rgb(137,147,132); }
H1.HeaderClassName
{
color: #899384;
}
.AnyTagClassName
{
color: #899384;
}
</style>
background-color css
<style>
a { background-color: #899384; }
a { background-color: rgb(137,147,132); }
div.DivClassName
{
background-color: #899384;
}
.BgClassName
{
background-color: #899384;
}
</style>
border-color css
<style>
span { border-color: #899384; }
span { border-color: rgb(137,147,132); }
td.TdClassName
{
border-color: #899384;
}
.TagClassName
{
border-color: #899384;
}
</style>