#9DC68C

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

Shades of Gossip #9DC68C

Tints of Gossip #9DC68C

Color information

#9DC68C (or 0x9DC68C) is unknown color: approx Gossip. HEX triplet: 9D, C6 and 8C. RGB value is (157,198,140). Sum of RGB (Red+Green+Blue) = 157+198+140=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC68C is #623973. Grayscale: #B3B3B3. Windows color (decimal): -6437236 or 9225885. OLE color: 9225885.

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

Color convert

RGB157198140-
CMYK0.2100.290.22
HSL102.41º33.72%66.27%-
HSV(B)102.41º29.29%77.65%-
XYZ38.8349.4532.31-
YUV179.13105.92112.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 198 (77.73% from 255) = 40%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=31.72%
G=40%
B=28.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571981400.2100.290.22102.4133.7266.27
Hex9DC68C1501D16662242
Octal235306214250352614642102
Binary100111011100011010001100101010111011011011001101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,198,140); }

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

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

 a { background-color: rgb(157,198,140); }

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

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

 span { border-color: rgb(157,198,140); }

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