#9DC383

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

Shades of Gossip #9DC383

Tints of Gossip #9DC383

Color information

#9DC383 (or 0x9DC383) is unknown color: approx Gossip. HEX triplet: 9D, C3 and 83. RGB value is (157,195,131). Sum of RGB (Red+Green+Blue) = 157+195+131=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC383 is #623C7C. Grayscale: #B0B0B0. Windows color (decimal): -6438013 or 8635293. OLE color: 8635293.

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

Color convert

RGB157195131-
CMYK0.1900.330.24
HSL95.62º34.78%63.92%-
HSV(B)95.62º32.82%76.47%-
XYZ37.5247.8428.73-
YUV176.34102.41114.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.51%
GREEN value IS 195 (76.56% from 255) = 40.37%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=32.51%
G=40.37%
B=27.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571951310.1900.330.2495.6234.7863.92
Hex9DC3831302118602340
Octal235303203230413014043100
Binary1001110111000011100000111001101000011100011000001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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