#9EC885

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

Shades of Gossip #9EC885

Tints of Gossip #9EC885

Color information

#9EC885 (or 0x9EC885) is unknown color: approx Gossip. HEX triplet: 9E, C8 and 85. RGB value is (158,200,133). Sum of RGB (Red+Green+Blue) = 158+200+133=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC885 is #61377A. Grayscale: #B4B4B4. Windows color (decimal): -6371195 or 8767646. OLE color: 8767646.

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

Color convert

RGB158200133-
CMYK0.2100.340.22
HSL97.61º37.85%65.29%-
HSV(B)97.61º33.5%78.43%-
XYZ38.9950.2729.84-
YUV179.8101.59112.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 200 (78.52% from 255) = 40.73%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=32.18%
G=40.73%
B=27.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1582001330.2100.340.2297.6137.8565.29
Hex9EC8851502216622641
Octal236310205250422614246101
Binary1001111011001000100001011010101000101011011000101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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