#9BDB77

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

Shades of Gossip #9BDB77

Tints of Gossip #9BDB77

Color information

#9BDB77 (or 0x9BDB77) is unknown color: approx Gossip. HEX triplet: 9B, DB and 77. RGB value is (155,219,119). Sum of RGB (Red+Green+Blue) = 155+219+119=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB77 is #642488. Grayscale: #BCBCBC. Windows color (decimal): -6562953 or 7855003. OLE color: 7855003.

HSL color Cylindrical-coordinate representation of color #9BDB77: hue angle of 98.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BDB77 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB155219119-
CMYK0.2900.460.14
HSL98.4º58.14%66.27%-
HSV(B)98.4º45.66%85.88%-
XYZ42.1858.9626.61-
YUV188.4688.8104.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 219 (85.94% from 255) = 44.42%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=31.44%
G=44.42%
B=24.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191190.2900.460.1498.458.1466.27
Hex9BDB771D02EE623a42
Octal233333167350561614272102
Binary10011011110110111110111111010101110111011000101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,219,119); }

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

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

 a { background-color: rgb(155,219,119); }

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

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

 span { border-color: rgb(155,219,119); }

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