Shades of Spanish Green #899280
Tints of Spanish Green #899280
RGB
CMYK
RGB Variations
Color information
#899280 (or 0x899280) is known color: Spanish Green. HEX triplet: 89, 92 and 80. RGB value is (137,146,128). Sum of RGB (Red+Green+Blue) = 137+146+128=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #899280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899280 is #766D7F. Grayscale: #8D8D8D. Windows color (decimal): -7761280 or 8426121. OLE color: 8426121.
HSL color Cylindrical-coordinate representation of color #899280: hue angle of 90º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899280 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 128 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.43 |
| HSL | 90º | 0.08% | 0.54% | - |
| HSV(B) | 90º | 0.12% | 0.57% | - |
| XYZ | 24.49 | 27.43 | 24.43 | - |
| YUV | 141.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 128 | 0.06 | 0 | 0.12 | 0.43 | 90 | 0.08 | 0.54 |
| Hex | 89 | 92 | 80 | 6 | 0 | C | 2B | 5A | 8 | 36 |
| Octal | 211 | 222 | 200 | 6 | 0 | 14 | 53 | 132 | 10 | 66 |
| Binary | 10001001 | 10010010 | 10000000 | 110 | 0 | 1100 | 101011 | 1011010 | 1000 | 110110 |
Color Harmonies of #899280
Complementary color
Monochromatic Colors of #899280
Black with #899280
Text Example
Text Example
White with #899280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899280; }
p { color: rgb(137,146,128); }
H1.HeaderClassName
{
color: #899280;
}
.AnyTagClassName
{
color: #899280;
}
</style>
background-color css
<style>
a { background-color: #899280; }
a { background-color: rgb(137,146,128); }
div.DivClassName
{
background-color: #899280;
}
.BgClassName
{
background-color: #899280;
}
</style>
border-color css
<style>
span { border-color: #899280; }
span { border-color: rgb(137,146,128); }
td.TdClassName
{
border-color: #899280;
}
.TagClassName
{
border-color: #899280;
}
</style>