#9BD07D

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

Shades of Gossip #9BD07D

Tints of Gossip #9BD07D

Color information

#9BD07D (or 0x9BD07D) is unknown color: approx Gossip. HEX triplet: 9B, D0 and 7D. RGB value is (155,208,125). Sum of RGB (Red+Green+Blue) = 155+208+125=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD07D is #642F82. Grayscale: #B6B6B6. Windows color (decimal): -6565763 or 8245403. OLE color: 8245403.

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

Color convert

RGB155208125-
CMYK0.2500.400.18
HSL98.31º46.89%65.29%-
HSV(B)98.31º39.9%81.57%-
XYZ39.7853.5627.64-
YUV182.6995.44108.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 208 (81.64% from 255) = 42.62%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=31.76%
G=42.62%
B=25.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552081250.2500.400.1898.3146.8965.29
Hex9BD07D1902812622f41
Octal233320175310502214257101
Binary100110111101000011111011100101010001001011000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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