#898C87

Color #898C87 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #898C87

Tints of Spanish Green #898C87

Color information

#898C87 (or 0x898C87) is unknown color: approx Spanish Green. HEX triplet: 89, 8C and 87. RGB value is (137,140,135). Sum of RGB (Red+Green+Blue) = 137+140+135=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 140 - color contains mainly: green. Hex color #898C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C87 is #767378. Grayscale: #8A8A8A. Windows color (decimal): -7762809 or 8883337. OLE color: 8883337.

HSL color Cylindrical-coordinate representation of color #898C87: hue angle of 96º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #898C87 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB137140135-
CMYK0.0200.040.45
HSL96º2.13%53.92%-
HSV(B)96º3.57%54.9%-
XYZ24.0725.8226.64-
YUV138.53126.01126.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 140 (55.08% from 255) = 33.98%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=33.25%
G=33.98%
B=32.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371401350.0200.040.45962.1353.92
Hex898C872042D60236
Octal21121420720455140266
Binary100010011000110010000111100100101101110000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898C87; }

 p { color: rgb(137,140,135); }

 H1.HeaderClassName
 {
   color: #898C87;
 }
 .AnyTagClassName
 {
   color: #898C87;
 }
</style>
background-color css

<style>
 a { background-color: #898C87; }

 a { background-color: rgb(137,140,135); }

 div.DivClassName
 {
   background-color: #898C87;
 }
 .BgClassName
 {
   background-color: #898C87;
 }
</style>
border-color css

<style>
 span { border-color: #898C87; }

 span { border-color: rgb(137,140,135); }

 td.TdClassName
 {
   border-color: #898C87;
 }
 .TagClassName
 {
   border-color: #898C87;
 }
</style>