#99d16d

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

Shades of Gossip #99D16D

Tints of Gossip #99D16D

Color information

#99D16D (or 0x99D16D) is unknown color: approx Gossip. HEX triplet: 99, D1 and 6D. RGB value is (153,209,109). Sum of RGB (Red+Green+Blue) = 153+209+109=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #99D16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D16D is #662E92. Grayscale: #B5B5B5. Windows color (decimal): -6696595 or 7197081. OLE color: 7197081.

HSL color Cylindrical-coordinate representation of color #99D16D: hue angle of 93.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99D16D is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB153209109-
CMYK0.2700.480.18
HSL93.6º52.08%62.35%-
HSV(B)93.6º47.85%81.96%-
XYZ38.753.4822.75-
YUV180.8687.45108.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 209 (82.03% from 255) = 44.37%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=32.48%
G=44.37%
B=23.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532091090.2700.480.1893.652.0862.35
Hex99D16D1B030125e343e
Octal23132115533060221366476
Binary10011001110100011101101110110110000100101011110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99d16d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,209,109); }

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

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

 a { background-color: rgb(153,209,109); }

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

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

 span { border-color: rgb(153,209,109); }

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