#9CDD84

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

Shades of Gossip #9CDD84

Tints of Gossip #9CDD84

Color information

#9CDD84 (or 0x9CDD84) is unknown color: approx Gossip. HEX triplet: 9C, DD and 84. RGB value is (156,221,132). Sum of RGB (Red+Green+Blue) = 156+221+132=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDD84 is #63227B. Grayscale: #BFBFBF. Windows color (decimal): -6496892 or 8707484. OLE color: 8707484.

HSL color Cylindrical-coordinate representation of color #9CDD84: hue angle of 103.82º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CDD84 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB156221132-
CMYK0.2900.400.13
HSL103.82º56.69%69.22%-
HSV(B)103.82º40.27%86.67%-
XYZ43.7360.4531.19-
YUV191.4294.47102.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.65%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=30.65%
G=43.42%
B=25.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562211320.2900.400.13103.8256.6969.22
Hex9CDD841D028D683945
Octal234335204350501515071105
Binary100111001101110110000100111010101000110111010001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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