#899186

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

Shades of Spanish Green #899186

Tints of Spanish Green #899186

Color information

#899186 (or 0x899186) is unknown color: approx Spanish Green. HEX triplet: 89, 91 and 86. RGB value is (137,145,134). Sum of RGB (Red+Green+Blue) = 137+145+134=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 145 - color contains mainly: green. Hex color #899186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899186 is #766E79. Grayscale: #8D8D8D. Windows color (decimal): -7761530 or 8819081. OLE color: 8819081.

HSL color Cylindrical-coordinate representation of color #899186: hue angle of 103.64º 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 #899186 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB137145134-
CMYK0.0600.080.43
HSL103.64º4.76%54.71%-
HSV(B)103.64º7.59%56.86%-
XYZ24.7527.2926.52-
YUV141.35123.85124.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=32.93%
G=34.86%
B=32.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371451340.0600.080.43103.644.7654.71
Hex8991866082B68537
Octal211221206601053150567
Binary100010011001000110000110110010001010111101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899186; }

 p { color: rgb(137,145,134); }

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

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

 a { background-color: rgb(137,145,134); }

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

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

 span { border-color: rgb(137,145,134); }

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