#9CD985

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

Shades of Gossip #9CD985

Tints of Gossip #9CD985

Color information

#9CD985 (or 0x9CD985) is unknown color: approx Gossip. HEX triplet: 9C, D9 and 85. RGB value is (156,217,133). Sum of RGB (Red+Green+Blue) = 156+217+133=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD985 is #63267A. Grayscale: #BDBDBD. Windows color (decimal): -6497915 or 8771996. OLE color: 8771996.

HSL color Cylindrical-coordinate representation of color #9CD985: hue angle of 103.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CD985 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB156217133-
CMYK0.2800.390.15
HSL103.57º52.5%68.63%-
HSV(B)103.57º38.71%85.1%-
XYZ42.7658.3931.21-
YUV189.1896.29104.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.83%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=30.83%
G=42.89%
B=26.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562171330.2800.390.15103.5752.568.63
Hex9CD9851C027F683545
Octal234331205340471715065105
Binary100111001101100110000101111000100111111111010001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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