#9DC38C

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

Shades of Gossip #9DC38C

Tints of Gossip #9DC38C

Color information

#9DC38C (or 0x9DC38C) is unknown color: approx Gossip. HEX triplet: 9D, C3 and 8C. RGB value is (157,195,140). Sum of RGB (Red+Green+Blue) = 157+195+140=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC38C is #623C73. Grayscale: #B1B1B1. Windows color (decimal): -6438004 or 9225117. OLE color: 9225117.

HSL color Cylindrical-coordinate representation of color #9DC38C: hue angle of 101.45º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC38C is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB157195140-
CMYK0.1900.280.24
HSL101.45º31.43%65.69%-
HSV(B)101.45º28.21%76.47%-
XYZ38.1548.0932.08-
YUV177.37106.91113.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=31.91%
G=39.63%
B=28.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571951400.1900.280.24101.4531.4365.69
Hex9DC38C1301C18651f42
Octal235303214230343014537102
Binary10011101110000111000110010011011100110001100101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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