#9CD584

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

Shades of Gossip #9CD584

Tints of Gossip #9CD584

Color information

#9CD584 (or 0x9CD584) is unknown color: approx Gossip. HEX triplet: 9C, D5 and 84. RGB value is (156,213,132). Sum of RGB (Red+Green+Blue) = 156+213+132=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD584 is #632A7B. Grayscale: #BABABA. Windows color (decimal): -6498940 or 8705436. OLE color: 8705436.

HSL color Cylindrical-coordinate representation of color #9CD584: hue angle of 102.22º degrees, saturation: 0.49, 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 #9CD584 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB156213132-
CMYK0.2700.380.16
HSL102.22º49.09%67.65%-
HSV(B)102.22º38.03%83.53%-
XYZ41.6756.3230.5-
YUV186.7297.12106.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=31.14%
G=42.51%
B=26.35%

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
Decimal1562131320.2700.380.16102.2249.0967.65
Hex9CD5841B02610663144
Octal234325204330462014661104
Binary1001110011010101100001001101101001101000011001101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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