#9BD38D

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

Shades of Gossip #9BD38D

Tints of Gossip #9BD38D

Color information

#9BD38D (or 0x9BD38D) is unknown color: approx Gossip. HEX triplet: 9B, D3 and 8D. RGB value is (155,211,141). Sum of RGB (Red+Green+Blue) = 155+211+141=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD38D is #642C72. Grayscale: #BABABA. Windows color (decimal): -6564979 or 9294747. OLE color: 9294747.

HSL color Cylindrical-coordinate representation of color #9BD38D: hue angle of 108º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BD38D is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB155211141-
CMYK0.2700.330.17
HSL108º44.3%69.02%-
HSV(B)108º33.18%82.75%-
XYZ41.6255.4833.71-
YUV186.28102.45105.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.57%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=30.57%
G=41.62%
B=27.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1552111410.2700.330.1710844.369.02
Hex9BD38D1B021116c2c45
Octal233323215330412115454105
Binary1001101111010011100011011101101000011000111011001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,211,141); }

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

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

 a { background-color: rgb(155,211,141); }

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

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

 span { border-color: rgb(155,211,141); }

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