#889082

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

Shades of Spanish Green #889082

Tints of Spanish Green #889082

Color information

#889082 (or 0x889082) is unknown color: approx Spanish Green. HEX triplet: 88, 90 and 82. RGB value is (136,144,130). Sum of RGB (Red+Green+Blue) = 136+144+130=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #889082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889082 is #776F7D. Grayscale: #8C8C8C. Windows color (decimal): -7827326 or 8556680. OLE color: 8556680.

HSL color Cylindrical-coordinate representation of color #889082: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #889082 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB136144130-
CMYK0.0600.100.44
HSL94.29º5.93%53.73%-
HSV(B)94.29º9.72%56.47%-
XYZ24.1626.7925.02-
YUV140.01122.35125.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.17%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 130 (51.17% from 255) = 31.71%
R=33.17%
G=35.12%
B=31.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361441300.0600.100.4494.295.9353.73
Hex88908260A2C5e636
Octal210220202601254136666
Binary100010001001000010000010110010101011001011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889082; }

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

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

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

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

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

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

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

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