#9EC582

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

Shades of Gossip #9EC582

Tints of Gossip #9EC582

Color information

#9EC582 (or 0x9EC582) is unknown color: approx Gossip. HEX triplet: 9E, C5 and 82. RGB value is (158,197,130). Sum of RGB (Red+Green+Blue) = 158+197+130=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC582 is #613A7D. Grayscale: #B1B1B1. Windows color (decimal): -6371966 or 8570270. OLE color: 8570270.

HSL color Cylindrical-coordinate representation of color #9EC582: hue angle of 94.93º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC582 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB158197130-
CMYK0.2000.340.23
HSL94.93º36.61%64.12%-
HSV(B)94.93º34.01%77.25%-
XYZ38.148.8128.53-
YUV177.7101.08113.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.58%
GREEN value IS 197 (77.34% from 255) = 40.62%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=32.58%
G=40.62%
B=26.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581971300.2000.340.2394.9336.6164.12
Hex9EC58214022175f2540
Octal236305202240422713745100
Binary1001111011000101100000101010001000101011110111111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,197,130); }

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

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

 a { background-color: rgb(158,197,130); }

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

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

 span { border-color: rgb(158,197,130); }

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