#9CDA83

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

Shades of Gossip #9CDA83

Tints of Gossip #9CDA83

Color information

#9CDA83 (or 0x9CDA83) is unknown color: approx Gossip. HEX triplet: 9C, DA and 83. RGB value is (156,218,131). Sum of RGB (Red+Green+Blue) = 156+218+131=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDA83 is #63257C. Grayscale: #BDBDBD. Windows color (decimal): -6497661 or 8641180. OLE color: 8641180.

HSL color Cylindrical-coordinate representation of color #9CDA83: hue angle of 102.76º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CDA83 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB156218131-
CMYK0.2800.400.15
HSL102.76º54.04%68.43%-
HSV(B)102.76º39.91%85.49%-
XYZ42.8858.8530.57-
YUV189.5494.96104.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 218 (85.55% from 255) = 43.17%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=30.89%
G=43.17%
B=25.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562181310.2800.400.15102.7654.0468.43
Hex9CDA831C028F673644
Octal234332203340501714766104
Binary100111001101101010000011111000101000111111001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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