#9DCE84

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

Shades of Gossip #9DCE84

Tints of Gossip #9DCE84

Color information

#9DCE84 (or 0x9DCE84) is unknown color: approx Gossip. HEX triplet: 9D, CE and 84. RGB value is (157,206,132). Sum of RGB (Red+Green+Blue) = 157+206+132=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCE84 is #62317B. Grayscale: #B7B7B7. Windows color (decimal): -6435196 or 8703645. OLE color: 8703645.

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

Color convert

RGB157206132-
CMYK0.2400.360.19
HSL99.73º43.02%66.27%-
HSV(B)99.73º35.92%80.78%-
XYZ40.1452.9829.94-
YUV182.9199.27109.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=31.72%
G=41.62%
B=26.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061320.2400.360.1999.7343.0266.27
Hex9DCE841802413642b42
Octal235316204300442314453102
Binary1001110111001110100001001100001001001001111001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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