#9DC685

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

Shades of Gossip #9DC685

Tints of Gossip #9DC685

Color information

#9DC685 (or 0x9DC685) is unknown color: approx Gossip. HEX triplet: 9D, C6 and 85. RGB value is (157,198,133). Sum of RGB (Red+Green+Blue) = 157+198+133=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC685 is #62397A. Grayscale: #B2B2B2. Windows color (decimal): -6437243 or 8767133. OLE color: 8767133.

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

Color convert

RGB157198133-
CMYK0.2100.330.22
HSL97.85º36.31%64.9%-
HSV(B)97.85º32.83%77.65%-
XYZ38.3349.2529.68-
YUV178.33102.42112.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=32.17%
G=40.57%
B=27.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571981330.2100.330.2297.8536.3164.9
Hex9DC6851502116622441
Octal235306205250412614244101
Binary1001110111000110100001011010101000011011011000101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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