#889380

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

Shades of Spanish Green #889380

Tints of Spanish Green #889380

Color information

#889380 (or 0x889380) is unknown color: approx Spanish Green. HEX triplet: 88, 93 and 80. RGB value is (136,147,128). Sum of RGB (Red+Green+Blue) = 136+147+128=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #889380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889380 is #776C7F. Grayscale: #8D8D8D. Windows color (decimal): -7826560 or 8426376. OLE color: 8426376.

HSL color Cylindrical-coordinate representation of color #889380: hue angle of 94.74º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889380 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB136147128-
CMYK0.0700.130.42
HSL94.74º8.09%53.92%-
HSV(B)94.74º12.93%57.65%-
XYZ24.4827.6624.47-
YUV141.55120.36124.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=33.09%
G=35.77%
B=31.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361471280.0700.130.4294.748.0953.92
Hex88938070D2A5f836
Octal2102232007015521371066
Binary1000100010010011100000001110110110101010111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889380; }

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

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

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

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

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

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

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

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