#9DCE85

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

Shades of Gossip #9DCE85

Tints of Gossip #9DCE85

Color information

#9DCE85 (or 0x9DCE85) is unknown color: approx Gossip. HEX triplet: 9D, CE and 85. RGB value is (157,206,133). Sum of RGB (Red+Green+Blue) = 157+206+133=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCE85 is #62317A. Grayscale: #B7B7B7. Windows color (decimal): -6435195 or 8769181. OLE color: 8769181.

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

Color convert

RGB157206133-
CMYK0.2400.350.19
HSL100.27º42.69%66.47%-
HSV(B)100.27º35.44%80.78%-
XYZ40.215330.3-
YUV183.0399.77109.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=31.65%
G=41.53%
B=26.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061330.2400.350.19100.2742.6966.47
Hex9DCE851802313642b42
Octal235316205300432314453102
Binary1001110111001110100001011100001000111001111001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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