#99D977

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

Shades of Gossip #99D977

Tints of Gossip #99D977

Color information

#99D977 (or 0x99D977) is unknown color: approx Gossip. HEX triplet: 99, D9 and 77. RGB value is (153,217,119). Sum of RGB (Red+Green+Blue) = 153+217+119=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #99D977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D977 is #662688. Grayscale: #BBBBBB. Windows color (decimal): -6694537 or 7854489. OLE color: 7854489.

HSL color Cylindrical-coordinate representation of color #99D977: hue angle of 99.18º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99D977 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB153217119-
CMYK0.2900.450.15
HSL99.18º56.32%65.88%-
HSV(B)99.18º45.16%85.1%-
XYZ41.2857.7326.42-
YUV186.6989.8103.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 119 (46.88% from 255) = 24.34%
R=31.29%
G=44.38%
B=24.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532171190.2900.450.1599.1856.3265.88
Hex99D9771D02DF633842
Octal231331167350551714370102
Binary10011001110110011110111111010101101111111000111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D977; }

 p { color: rgb(153,217,119); }

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

<style>
 a { background-color: #99D977; }

 a { background-color: rgb(153,217,119); }

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

<style>
 span { border-color: #99D977; }

 span { border-color: rgb(153,217,119); }

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