#9DCC83

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

Shades of Gossip #9DCC83

Tints of Gossip #9DCC83

Color information

#9DCC83 (or 0x9DCC83) is unknown color: approx Gossip. HEX triplet: 9D, CC and 83. RGB value is (157,204,131). Sum of RGB (Red+Green+Blue) = 157+204+131=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCC83 is #62337C. Grayscale: #B5B5B5. Windows color (decimal): -6435709 or 8637597. OLE color: 8637597.

HSL color Cylindrical-coordinate representation of color #9DCC83: hue angle of 98.63º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DCC83 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB157204131-
CMYK0.2300.360.2
HSL98.63º41.71%65.69%-
HSV(B)98.63º35.78%80%-
XYZ39.5951.9929.42-
YUV181.6299.43110.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 131 (51.56% from 255) = 26.63%
R=31.91%
G=41.46%
B=26.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041310.2300.360.298.6341.7165.69
Hex9DCC831702414632a42
Octal235314203270442414352102
Binary1001110111001100100000111011101001001010011000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,131); }

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

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

 a { background-color: rgb(157,204,131); }

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

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

 span { border-color: rgb(157,204,131); }

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