#9EC685

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

Shades of Gossip #9EC685

Tints of Gossip #9EC685

Color information

#9EC685 (or 0x9EC685) is unknown color: approx Gossip. HEX triplet: 9E, C6 and 85. RGB value is (158,198,133). Sum of RGB (Red+Green+Blue) = 158+198+133=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC685 is #61397A. Grayscale: #B2B2B2. Windows color (decimal): -6371707 or 8767134. OLE color: 8767134.

HSL color Cylindrical-coordinate representation of color #9EC685: hue angle of 96.92º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EC685 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB158198133-
CMYK0.2000.330.22
HSL96.92º36.31%64.9%-
HSV(B)96.92º32.83%77.65%-
XYZ38.5349.3529.69-
YUV178.63102.25113.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.31%
GREEN value IS 198 (77.73% from 255) = 40.49%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=32.31%
G=40.49%
B=27.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1581981330.2000.330.2296.9236.3164.9
Hex9EC6851402116612441
Octal236306205240412614144101
Binary1001111011000110100001011010001000011011011000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,198,133); }

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

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

 a { background-color: rgb(158,198,133); }

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

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

 span { border-color: rgb(158,198,133); }

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