#9CCE8C

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

Shades of Gossip #9CCE8C

Tints of Gossip #9CCE8C

Color information

#9CCE8C (or 0x9CCE8C) is unknown color: approx Gossip. HEX triplet: 9C, CE and 8C. RGB value is (156,206,140). Sum of RGB (Red+Green+Blue) = 156+206+140=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCE8C is #633173. Grayscale: #B7B7B7. Windows color (decimal): -6500724 or 9227932. OLE color: 9227932.

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

Color convert

RGB156206140-
CMYK0.2400.320.19
HSL105.45º40.24%67.84%-
HSV(B)105.45º32.04%80.78%-
XYZ40.5253.132.93-
YUV183.53103.44108.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.08%
GREEN value IS 206 (80.86% from 255) = 41.04%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=31.08%
G=41.04%
B=27.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562061400.2400.320.19105.4540.2467.84
Hex9CCE8C1802013692844
Octal234316214300402315150104
Binary1001110011001110100011001100001000001001111010011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,206,140); }

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

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

 a { background-color: rgb(156,206,140); }

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

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

 span { border-color: rgb(156,206,140); }

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