#9CC68C

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

Shades of Gossip #9CC68C

Tints of Gossip #9CC68C

Color information

#9CC68C (or 0x9CC68C) is unknown color: approx Gossip. HEX triplet: 9C, C6 and 8C. RGB value is (156,198,140). Sum of RGB (Red+Green+Blue) = 156+198+140=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC68C is #633973. Grayscale: #B3B3B3. Windows color (decimal): -6502772 or 9225884. OLE color: 9225884.

HSL color Cylindrical-coordinate representation of color #9CC68C: hue angle of 103.45º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC68C is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB156198140-
CMYK0.2100.290.22
HSL103.45º33.72%66.27%-
HSV(B)103.45º29.29%77.65%-
XYZ38.6449.3532.3-
YUV178.83106.09111.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.58%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=31.58%
G=40.08%
B=28.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561981400.2100.290.22103.4533.7266.27
Hex9CC68C1501D16672242
Octal234306214250352614742102
Binary100111001100011010001100101010111011011011001111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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