#9CDC88

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

Shades of Gossip #9CDC88

Tints of Gossip #9CDC88

Color information

#9CDC88 (or 0x9CDC88) is unknown color: approx Gossip. HEX triplet: 9C, DC and 88. RGB value is (156,220,136). Sum of RGB (Red+Green+Blue) = 156+220+136=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDC88 is #632377. Grayscale: #BFBFBF. Windows color (decimal): -6497144 or 8969372. OLE color: 8969372.

HSL color Cylindrical-coordinate representation of color #9CDC88: hue angle of 105.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CDC88 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB156220136-
CMYK0.2900.380.14
HSL105.71º54.55%69.8%-
HSV(B)105.71º38.18%86.27%-
XYZ43.7560.0332.57-
YUV191.2996.8102.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=30.47%
G=42.97%
B=26.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562201360.2900.380.14105.7154.5569.8
Hex9CDC881D026E6a3746
Octal234334210350461615267106
Binary100111001101110010001000111010100110111011010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,220,136); }

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

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

 a { background-color: rgb(156,220,136); }

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

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

 span { border-color: rgb(156,220,136); }

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