#9CD684

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

Shades of Gossip #9CD684

Tints of Gossip #9CD684

Color information

#9CD684 (or 0x9CD684) is unknown color: approx Gossip. HEX triplet: 9C, D6 and 84. RGB value is (156,214,132). Sum of RGB (Red+Green+Blue) = 156+214+132=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD684 is #63297B. Grayscale: #BBBBBB. Windows color (decimal): -6498684 or 8705692. OLE color: 8705692.

HSL color Cylindrical-coordinate representation of color #9CD684: hue angle of 102.44º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CD684 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB156214132-
CMYK0.2700.380.16
HSL102.44º50%67.84%-
HSV(B)102.44º38.32%83.92%-
XYZ41.9256.8330.59-
YUV187.3196.78105.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.08%
GREEN value IS 214 (83.98% from 255) = 42.63%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=31.08%
G=42.63%
B=26.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562141320.2700.380.16102.445067.84
Hex9CD6841B02610663244
Octal234326204330462014662104
Binary1001110011010110100001001101101001101000011001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,214,132); }

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

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

 a { background-color: rgb(156,214,132); }

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

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

 span { border-color: rgb(156,214,132); }

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