#9CD483

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

Shades of Gossip #9CD483

Tints of Gossip #9CD483

Color information

#9CD483 (or 0x9CD483) is unknown color: approx Gossip. HEX triplet: 9C, D4 and 83. RGB value is (156,212,131). Sum of RGB (Red+Green+Blue) = 156+212+131=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #9CD483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD483 is #632B7C. Grayscale: #BABABA. Windows color (decimal): -6499197 or 8639644. OLE color: 8639644.

HSL color Cylindrical-coordinate representation of color #9CD483: hue angle of 101.48º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CD483 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB156212131-
CMYK0.2600.380.17
HSL101.48º48.5%67.25%-
HSV(B)101.48º38.21%83.14%-
XYZ41.3555.7930.06-
YUV186.0296.95106.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 212 (83.20% from 255) = 42.48%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=31.26%
G=42.48%
B=26.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1562121310.2600.380.17101.4848.567.25
Hex9CD4831A02611653143
Octal234324203320462114561103
Binary1001110011010100100000111101001001101000111001011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,212,131); }

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

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

 a { background-color: rgb(156,212,131); }

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

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

 span { border-color: rgb(156,212,131); }

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