#9CCC8C

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

Shades of Gossip #9CCC8C

Tints of Gossip #9CCC8C

Color information

#9CCC8C (or 0x9CCC8C) is unknown color: approx Gossip. HEX triplet: 9C, CC and 8C. RGB value is (156,204,140). Sum of RGB (Red+Green+Blue) = 156+204+140=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCC8C is #633373. Grayscale: #B6B6B6. Windows color (decimal): -6501236 or 9227420. OLE color: 9227420.

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

Color convert

RGB156204140-
CMYK0.2400.310.2
HSL105º38.55%67.45%-
HSV(B)105º31.37%80%-
XYZ40.0452.1532.77-
YUV182.35104.1109.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.2%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 140 (55.08% from 255) = 28%
R=31.2%
G=40.8%
B=28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1562041400.2400.310.210538.5567.45
Hex9CCC8C1801F14692743
Octal234314214300372415147103
Binary100111001100110010001100110000111111010011010011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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