#9CDE86

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

Shades of Gossip #9CDE86

Tints of Gossip #9CDE86

Color information

#9CDE86 (or 0x9CDE86) is unknown color: approx Gossip. HEX triplet: 9C, DE and 86. RGB value is (156,222,134). Sum of RGB (Red+Green+Blue) = 156+222+134=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #9CDE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDE86 is #632179. Grayscale: #C0C0C0. Windows color (decimal): -6496634 or 8838812. OLE color: 8838812.

HSL color Cylindrical-coordinate representation of color #9CDE86: hue angle of 105º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CDE86 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB156222134-
CMYK0.3000.400.13
HSL105º57.14%69.8%-
HSV(B)105º39.64%87.06%-
XYZ44.1361.0332.01-
YUV192.2395.13102.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=30.47%
G=43.36%
B=26.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562221340.3000.400.1310557.1469.8
Hex9CDE861E028D693946
Octal234336206360501515171106
Binary100111001101111010000110111100101000110111010011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,222,134); }

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

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

 a { background-color: rgb(156,222,134); }

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

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

 span { border-color: rgb(156,222,134); }

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