#889180

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

Shades of Spanish Green #889180

Tints of Spanish Green #889180

Color information

#889180 (or 0x889180) is unknown color: approx Spanish Green. HEX triplet: 88, 91 and 80. RGB value is (136,145,128). Sum of RGB (Red+Green+Blue) = 136+145+128=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 145 - color contains mainly: green. Hex color #889180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889180 is #776E7F. Grayscale: #8C8C8C. Windows color (decimal): -7827072 or 8425864. OLE color: 8425864.

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

Color convert

RGB136145128-
CMYK0.0600.120.43
HSL91.76º7.17%53.53%-
HSV(B)91.76º11.72%56.86%-
XYZ24.1827.0424.37-
YUV140.37121.02124.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 128 (50.39% from 255) = 31.30%
R=33.25%
G=35.45%
B=31.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361451280.0600.120.4391.767.1753.53
Hex88918060C2B5c736
Octal210221200601453134766
Binary100010001001000110000000110011001010111011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889180; }

 p { color: rgb(136,145,128); }

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

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

 a { background-color: rgb(136,145,128); }

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

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

 span { border-color: rgb(136,145,128); }

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