Shades of Spanish Green #899185
Tints of Spanish Green #899185
RGB
CMYK
RGB Variations
Color information
#899185 (or 0x899185) is known color: Spanish Green. HEX triplet: 89, 91 and 85. RGB value is (137,145,133). Sum of RGB (Red+Green+Blue) = 137+145+133=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 145 - color contains mainly: green. Hex color #899185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899185 is #766E7A. Grayscale: #8D8D8D. Windows color (decimal): -7761531 or 8753545. OLE color: 8753545.
HSL color Cylindrical-coordinate representation of color #899185: hue angle of 100º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #899185 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 133 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.43 |
| HSL | 100º | 0.05% | 0.55% | - |
| HSV(B) | 100º | 0.08% | 0.57% | - |
| XYZ | 24.68 | 27.26 | 26.15 | - |
| YUV | 141.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 133 | 0.06 | 0 | 0.08 | 0.43 | 100 | 0.05 | 0.55 |
| Hex | 89 | 91 | 85 | 6 | 0 | 8 | 2B | 64 | 5 | 37 |
| Octal | 211 | 221 | 205 | 6 | 0 | 10 | 53 | 144 | 5 | 67 |
| Binary | 10001001 | 10010001 | 10000101 | 110 | 0 | 1000 | 101011 | 1100100 | 101 | 110111 |
Color Harmonies of #899185
Complementary color
Monochromatic Colors of #899185
Black with #899185
Text Example
Text Example
White with #899185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899185; }
p { color: rgb(137,145,133); }
H1.HeaderClassName
{
color: #899185;
}
.AnyTagClassName
{
color: #899185;
}
</style>
background-color css
<style>
a { background-color: #899185; }
a { background-color: rgb(137,145,133); }
div.DivClassName
{
background-color: #899185;
}
.BgClassName
{
background-color: #899185;
}
</style>
border-color css
<style>
span { border-color: #899185; }
span { border-color: rgb(137,145,133); }
td.TdClassName
{
border-color: #899185;
}
.TagClassName
{
border-color: #899185;
}
</style>