#9DDB83

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

Shades of Gossip #9DDB83

Tints of Gossip #9DDB83

Color information

#9DDB83 (or 0x9DDB83) is unknown color: approx Gossip. HEX triplet: 9D, DB and 83. RGB value is (157,219,131). Sum of RGB (Red+Green+Blue) = 157+219+131=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB83 is #62247C. Grayscale: #BEBEBE. Windows color (decimal): -6431869 or 8641437. OLE color: 8641437.

HSL color Cylindrical-coordinate representation of color #9DDB83: hue angle of 102.27º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DDB83 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB157219131-
CMYK0.2800.400.14
HSL102.27º55%68.63%-
HSV(B)102.27º40.18%85.88%-
XYZ43.3359.4730.67-
YUV190.4394.46104.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 219 (85.94% from 255) = 43.20%
BLUE value IS 131 (51.56% from 255) = 25.84%
R=30.97%
G=43.20%
B=25.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191310.2800.400.14102.275568.63
Hex9DDB831C028E663745
Octal235333203340501614667105
Binary100111011101101110000011111000101000111011001101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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