#889381

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

Shades of Spanish Green #889381

Tints of Spanish Green #889381

Color information

#889381 (or 0x889381) is unknown color: approx Spanish Green. HEX triplet: 88, 93 and 81. RGB value is (136,147,129). Sum of RGB (Red+Green+Blue) = 136+147+129=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #889381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889381 is #776C7E. Grayscale: #8D8D8D. Windows color (decimal): -7826559 or 8491912. OLE color: 8491912.

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

Color convert

RGB136147129-
CMYK0.0700.120.42
HSL96.67º7.69%54.12%-
HSV(B)96.67º12.24%57.65%-
XYZ24.5527.6924.82-
YUV141.66120.86123.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=33.01%
G=35.68%
B=31.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361471290.0700.120.4296.677.6954.12
Hex88938170C2A61836
Octal2102232017014521411066
Binary1000100010010011100000011110110010101011000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889381; }

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

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

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

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

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

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

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

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