#9CC68A

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

Shades of Gossip #9CC68A

Tints of Gossip #9CC68A

Color information

#9CC68A (or 0x9CC68A) is unknown color: approx Gossip. HEX triplet: 9C, C6 and 8A. RGB value is (156,198,138). Sum of RGB (Red+Green+Blue) = 156+198+138=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #9CC68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC68A is #633975. Grayscale: #B2B2B2. Windows color (decimal): -6502774 or 9094812. OLE color: 9094812.

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

Color convert

RGB156198138-
CMYK0.2100.300.22
HSL102º34.48%65.88%-
HSV(B)102º30.3%77.65%-
XYZ38.4949.2931.53-
YUV178.6105.09111.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.71%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=31.71%
G=40.24%
B=28.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561981380.2100.300.2210234.4865.88
Hex9CC68A1501E16662242
Octal234306212250362614642102
Binary100111001100011010001010101010111101011011001101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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