#9EC985

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

Shades of Gossip #9EC985

Tints of Gossip #9EC985

Color information

#9EC985 (or 0x9EC985) is unknown color: approx Gossip. HEX triplet: 9E, C9 and 85. RGB value is (158,201,133). Sum of RGB (Red+Green+Blue) = 158+201+133=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC985 is #61367A. Grayscale: #B4B4B4. Windows color (decimal): -6370939 or 8767902. OLE color: 8767902.

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

Color convert

RGB158201133-
CMYK0.2100.340.21
HSL97.94º38.64%65.49%-
HSV(B)97.94º33.83%78.82%-
XYZ39.2250.7429.92-
YUV180.39101.25112.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 201 (78.91% from 255) = 40.85%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=32.11%
G=40.85%
B=27.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582011330.2100.340.2197.9438.6465.49
Hex9EC9851502215622741
Octal236311205250422514247101
Binary1001111011001001100001011010101000101010111000101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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