#889382

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

Shades of Spanish Green #889382

Tints of Spanish Green #889382

Color information

#889382 (or 0x889382) is unknown color: approx Spanish Green. HEX triplet: 88, 93 and 82. RGB value is (136,147,130). Sum of RGB (Red+Green+Blue) = 136+147+130=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #889382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889382 is #776C7D. Grayscale: #8D8D8D. Windows color (decimal): -7826558 or 8557448. OLE color: 8557448.

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

Color convert

RGB136147130-
CMYK0.0700.120.42
HSL98.82º7.3%54.31%-
HSV(B)98.82º11.56%57.65%-
XYZ24.6227.7125.17-
YUV141.77121.36123.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.93%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=32.93%
G=35.59%
B=31.48%

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
Decimal1361471300.0700.120.4298.827.354.31
Hex88938270C2A63736
Octal210223202701452143766
Binary100010001001001110000010111011001010101100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889382; }

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

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

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

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

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

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

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

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