#99D77A

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

Shades of Gossip #99D77A

Tints of Gossip #99D77A

Color information

#99D77A (or 0x99D77A) is unknown color: approx Gossip. HEX triplet: 99, D7 and 7A. RGB value is (153,215,122). Sum of RGB (Red+Green+Blue) = 153+215+122=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #99D77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D77A is #662885. Grayscale: #BABABA. Windows color (decimal): -6695046 or 8050585. OLE color: 8050585.

HSL color Cylindrical-coordinate representation of color #99D77A: hue angle of 100º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99D77A is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB153215122-
CMYK0.2900.430.16
HSL100º53.76%66.08%-
HSV(B)100º43.26%84.31%-
XYZ40.9556.7827.21-
YUV185.8691.96104.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.22%
GREEN value IS 215 (84.38% from 255) = 43.88%
BLUE value IS 122 (48.05% from 255) = 24.90%
R=31.22%
G=43.88%
B=24.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532151220.2900.430.1610053.7666.08
Hex99D77A1D02B10643642
Octal231327172350532014466102
Binary100110011101011111110101110101010111000011001001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,215,122); }

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

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

 a { background-color: rgb(153,215,122); }

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

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

 span { border-color: rgb(153,215,122); }

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