#9CC785

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

Shades of Gossip #9CC785

Tints of Gossip #9CC785

Color information

#9CC785 (or 0x9CC785) is unknown color: approx Gossip. HEX triplet: 9C, C7 and 85. RGB value is (156,199,133). Sum of RGB (Red+Green+Blue) = 156+199+133=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #9CC785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC785 is #63387A. Grayscale: #B2B2B2. Windows color (decimal): -6502523 or 8767388. OLE color: 8767388.

HSL color Cylindrical-coordinate representation of color #9CC785: hue angle of 99.09º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CC785 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB156199133-
CMYK0.2200.330.22
HSL99.09º37.08%65.1%-
HSV(B)99.09º33.17%78.04%-
XYZ38.3749.6129.74-
YUV178.62102.25111.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.97%
GREEN value IS 199 (78.12% from 255) = 40.78%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=31.97%
G=40.78%
B=27.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561991330.2200.330.2299.0937.0865.1
Hex9CC7851602116632541
Octal234307205260412614345101
Binary1001110011000111100001011011001000011011011000111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,199,133); }

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

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

 a { background-color: rgb(156,199,133); }

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

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

 span { border-color: rgb(156,199,133); }

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