#9BDA6F

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

Shades of Gossip #9BDA6F

Tints of Gossip #9BDA6F

Color information

#9BDA6F (or 0x9BDA6F) is unknown color: approx Gossip. HEX triplet: 9B, DA and 6F. RGB value is (155,218,111). Sum of RGB (Red+Green+Blue) = 155+218+111=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA6F is #642590. Grayscale: #BBBBBB. Windows color (decimal): -6563217 or 7330459. OLE color: 7330459.

HSL color Cylindrical-coordinate representation of color #9BDA6F: hue angle of 95.33º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BDA6F is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB155218111-
CMYK0.2900.490.15
HSL95.33º59.12%64.51%-
HSV(B)95.33º49.08%85.49%-
XYZ41.4658.2624.1-
YUV186.9685.13105.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 218 (85.55% from 255) = 45.04%
BLUE value IS 111 (43.75% from 255) = 22.93%
R=32.02%
G=45.04%
B=22.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552181110.2900.490.1595.3359.1264.51
Hex9BDA6F1D031F5f3b41
Octal233332157350611713773101
Binary10011011110110101101111111010110001111110111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,218,111); }

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

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

 a { background-color: rgb(155,218,111); }

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

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

 span { border-color: rgb(155,218,111); }

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