#9DC880

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

Shades of Gossip #9DC880

Tints of Gossip #9DC880

Color information

#9DC880 (or 0x9DC880) is unknown color: approx Gossip. HEX triplet: 9D, C8 and 80. RGB value is (157,200,128). Sum of RGB (Red+Green+Blue) = 157+200+128=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC880 is #62377F. Grayscale: #B3B3B3. Windows color (decimal): -6436736 or 8439965. OLE color: 8439965.

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

Color convert

RGB157200128-
CMYK0.2200.360.22
HSL95.83º39.56%64.31%-
HSV(B)95.83º36%78.43%-
XYZ38.4650.0428.05-
YUV178.9499.25112.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=32.37%
G=41.24%
B=26.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1572001280.2200.360.2295.8339.5664.31
Hex9DC8801602416602840
Octal235310200260442614050100
Binary1001110111001000100000001011001001001011011000001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,200,128); }

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

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

 a { background-color: rgb(157,200,128); }

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

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

 span { border-color: rgb(157,200,128); }

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