#9DC682

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

Shades of Gossip #9DC682

Tints of Gossip #9DC682

Color information

#9DC682 (or 0x9DC682) is unknown color: approx Gossip. HEX triplet: 9D, C6 and 82. RGB value is (157,198,130). Sum of RGB (Red+Green+Blue) = 157+198+130=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC682 is #62397D. Grayscale: #B2B2B2. Windows color (decimal): -6437246 or 8570525. OLE color: 8570525.

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

Color convert

RGB157198130-
CMYK0.2100.340.22
HSL96.18º37.36%64.31%-
HSV(B)96.18º34.34%77.65%-
XYZ38.1349.1728.6-
YUV177.99100.92113.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 198 (77.73% from 255) = 40.82%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=32.37%
G=40.82%
B=26.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571981300.2100.340.2296.1837.3664.31
Hex9DC6821502216602540
Octal235306202250422614045100
Binary1001110111000110100000101010101000101011011000001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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