#9CCD88

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

Shades of Gossip #9CCD88

Tints of Gossip #9CCD88

Color information

#9CCD88 (or 0x9CCD88) is unknown color: approx Gossip. HEX triplet: 9C, CD and 88. RGB value is (156,205,136). Sum of RGB (Red+Green+Blue) = 156+205+136=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCD88 is #633277. Grayscale: #B6B6B6. Windows color (decimal): -6500984 or 8965532. OLE color: 8965532.

HSL color Cylindrical-coordinate representation of color #9CCD88: hue angle of 102.61º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CCD88 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB156205136-
CMYK0.2400.340.20
HSL102.61º40.83%66.86%-
HSV(B)102.61º33.66%80.39%-
XYZ39.9952.5131.32-
YUV182.48101.77109.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.39%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 136 (53.52% from 255) = 27.36%
R=31.39%
G=41.25%
B=27.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562051360.2400.340.20102.6140.8366.86
Hex9CCD881802214672943
Octal234315210300422414751103
Binary1001110011001101100010001100001000101010011001111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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