#889084

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

Shades of Spanish Green #889084

Tints of Spanish Green #889084

Color information

#889084 (or 0x889084) is unknown color: approx Spanish Green. HEX triplet: 88, 90 and 84. RGB value is (136,144,132). Sum of RGB (Red+Green+Blue) = 136+144+132=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 144 - color contains mainly: green. Hex color #889084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889084 is #776F7B. Grayscale: #8C8C8C. Windows color (decimal): -7827324 or 8687752. OLE color: 8687752.

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

Color convert

RGB136144132-
CMYK0.0600.080.44
HSL100º5.13%54.12%-
HSV(B)100º8.33%56.47%-
XYZ24.2926.8525.73-
YUV140.24123.35124.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=33.01%
G=34.95%
B=32.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361441320.0600.080.441005.1354.12
Hex8890846082C64536
Octal210220204601054144566
Binary100010001001000010000100110010001011001100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889084; }

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

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

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

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

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

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

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

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