#898E85

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

Shades of Spanish Green #898E85

Tints of Spanish Green #898E85

Color information

#898E85 (or 0x898E85) is unknown color: approx Spanish Green. HEX triplet: 89, 8E and 85. RGB value is (137,142,133). Sum of RGB (Red+Green+Blue) = 137+142+133=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 142 - color contains mainly: green. Hex color #898E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898E85 is #76717A. Grayscale: #8B8B8B. Windows color (decimal): -7762299 or 8752777. OLE color: 8752777.

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

Color convert

RGB137142133-
CMYK0.0400.060.44
HSL93.33º3.83%53.92%-
HSV(B)93.33º6.34%55.69%-
XYZ24.2226.3626-
YUV139.48124.34126.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=33.25%
G=34.47%
B=32.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371421330.0400.060.4493.333.8353.92
Hex898E854062C5d436
Octal21121620540654135466
Binary10001001100011101000010110001101011001011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,142,133); }

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

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

 a { background-color: rgb(137,142,133); }

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

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

 span { border-color: rgb(137,142,133); }

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