Shades of Spanish Green #899083
Tints of Spanish Green #899083
RGB
CMYK
RGB Variations
Color information
#899083 (or 0x899083) is known color: Spanish Green. HEX triplet: 89, 90 and 83. RGB value is (137,144,131). Sum of RGB (Red+Green+Blue) = 137+144+131=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 144 - color contains mainly: green. Hex color #899083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899083 is #766F7C. Grayscale: #8C8C8C. Windows color (decimal): -7761789 or 8622217. OLE color: 8622217.
HSL color Cylindrical-coordinate representation of color #899083: hue angle of 92.31º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #899083 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 131 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.44 |
| HSL | 92.31º | 0.06% | 0.54% | - |
| HSV(B) | 92.31º | 0.09% | 0.56% | - |
| XYZ | 24.39 | 26.9 | 25.38 | - |
| YUV | 140.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 131 | 0.05 | 0 | 0.09 | 0.44 | 92.31 | 0.06 | 0.54 |
| Hex | 89 | 90 | 83 | 5 | 0 | 9 | 2C | 5C | 6 | 36 |
| Octal | 211 | 220 | 203 | 5 | 0 | 11 | 54 | 134 | 6 | 66 |
| Binary | 10001001 | 10010000 | 10000011 | 101 | 0 | 1001 | 101100 | 1011100 | 110 | 110110 |
Color Harmonies of #899083
Complementary color
Monochromatic Colors of #899083
Black with #899083
Text Example
Text Example
White with #899083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899083; }
p { color: rgb(137,144,131); }
H1.HeaderClassName
{
color: #899083;
}
.AnyTagClassName
{
color: #899083;
}
</style>
background-color css
<style>
a { background-color: #899083; }
a { background-color: rgb(137,144,131); }
div.DivClassName
{
background-color: #899083;
}
.BgClassName
{
background-color: #899083;
}
</style>
border-color css
<style>
span { border-color: #899083; }
span { border-color: rgb(137,144,131); }
td.TdClassName
{
border-color: #899083;
}
.TagClassName
{
border-color: #899083;
}
</style>