#9DCA87

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

Shades of Gossip #9DCA87

Tints of Gossip #9DCA87

Color information

#9DCA87 (or 0x9DCA87) is unknown color: approx Gossip. HEX triplet: 9D, CA and 87. RGB value is (157,202,135). Sum of RGB (Red+Green+Blue) = 157+202+135=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCA87 is #623578. Grayscale: #B5B5B5. Windows color (decimal): -6436217 or 8899229. OLE color: 8899229.

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

Color convert

RGB157202135-
CMYK0.2200.330.21
HSL100.3º38.73%66.08%-
HSV(B)100.3º33.17%79.22%-
XYZ39.451.1630.72-
YUV180.91102.09110.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.78%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 135 (53.12% from 255) = 27.33%
R=31.78%
G=40.89%
B=27.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021350.2200.330.21100.338.7366.08
Hex9DCA871602115642742
Octal235312207260412514447102
Binary1001110111001010100001111011001000011010111001001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,202,135); }

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

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

 a { background-color: rgb(157,202,135); }

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

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

 span { border-color: rgb(157,202,135); }

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