#9ECB86

Color #9ECB86 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9ECB86

Tints of Gossip #9ECB86

Color information

#9ECB86 (or 0x9ECB86) is unknown color: approx Gossip. HEX triplet: 9E, CB and 86. RGB value is (158,203,134). Sum of RGB (Red+Green+Blue) = 158+203+134=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECB86 is #613479. Grayscale: #B5B5B5. Windows color (decimal): -6370426 or 8833950. OLE color: 8833950.

HSL color Cylindrical-coordinate representation of color #9ECB86: hue angle of 99.13º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ECB86 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB158203134-
CMYK0.2200.340.20
HSL99.13º39.88%66.08%-
HSV(B)99.13º33.99%79.61%-
XYZ39.7651.730.44-
YUV181.68101.09111.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 203 (79.69% from 255) = 41.01%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=31.92%
G=41.01%
B=27.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582031340.2200.340.2099.1339.8866.08
Hex9ECB861602214632842
Octal236313206260422414350102
Binary1001111011001011100001101011001000101010011000111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ECB86; }

 p { color: rgb(158,203,134); }

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

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

 a { background-color: rgb(158,203,134); }

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

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

 span { border-color: rgb(158,203,134); }

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