#9BDD75

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

Shades of Gossip #9BDD75

Tints of Gossip #9BDD75

Color information

#9BDD75 (or 0x9BDD75) is unknown color: approx Gossip. HEX triplet: 9B, DD and 75. RGB value is (155,221,117). Sum of RGB (Red+Green+Blue) = 155+221+117=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD75 is #64228A. Grayscale: #BDBDBD. Windows color (decimal): -6562443 or 7724443. OLE color: 7724443.

HSL color Cylindrical-coordinate representation of color #9BDD75: hue angle of 98.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BDD75 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB155221117-
CMYK0.3000.470.13
HSL98.08º60.47%66.27%-
HSV(B)98.08º47.06%86.67%-
XYZ42.5859.9726.16-
YUV189.4187.13103.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=31.44%
G=44.83%
B=23.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552211170.3000.470.1398.0860.4766.27
Hex9BDD751E02FD623c42
Octal233335165360571514274102
Binary10011011110111011110101111100101111110111000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,221,117); }

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

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

 a { background-color: rgb(155,221,117); }

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

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

 span { border-color: rgb(155,221,117); }

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