#9BD079

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

Shades of Gossip #9BD079

Tints of Gossip #9BD079

Color information

#9BD079 (or 0x9BD079) is unknown color: approx Gossip. HEX triplet: 9B, D0 and 79. RGB value is (155,208,121). Sum of RGB (Red+Green+Blue) = 155+208+121=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD079 is #642F86. Grayscale: #B6B6B6. Windows color (decimal): -6565767 or 7983259. OLE color: 7983259.

HSL color Cylindrical-coordinate representation of color #9BD079: hue angle of 96.55º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BD079 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB155208121-
CMYK0.2500.420.18
HSL96.55º48.07%64.51%-
HSV(B)96.55º41.83%81.57%-
XYZ39.5253.4626.32-
YUV182.2493.44108.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 208 (81.64% from 255) = 42.98%
BLUE value IS 121 (47.66% from 255) = 25%
R=32.02%
G=42.98%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552081210.2500.420.1896.5548.0764.51
Hex9BD0791902A12613041
Octal233320171310522214160101
Binary100110111101000011110011100101010101001011000011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,208,121); }

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

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

 a { background-color: rgb(155,208,121); }

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

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

 span { border-color: rgb(155,208,121); }

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