#9CC38A

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

Shades of Gossip #9CC38A

Tints of Gossip #9CC38A

Color information

#9CC38A (or 0x9CC38A) is unknown color: approx Gossip. HEX triplet: 9C, C3 and 8A. RGB value is (156,195,138). Sum of RGB (Red+Green+Blue) = 156+195+138=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC38A is #633C75. Grayscale: #B1B1B1. Windows color (decimal): -6503542 or 9094044. OLE color: 9094044.

HSL color Cylindrical-coordinate representation of color #9CC38A: hue angle of 101.05º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC38A is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB156195138-
CMYK0.2000.290.24
HSL101.05º32.2%65.29%-
HSV(B)101.05º29.23%76.47%-
XYZ37.8147.9331.3-
YUV176.84106.08113.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.90%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=31.90%
G=39.88%
B=28.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561951380.2000.290.24101.0532.265.29
Hex9CC38A1401D18652041
Octal234303212240353014540101
Binary100111001100001110001010101000111011100011001011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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