#99D181

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

Shades of Gossip #99D181

Tints of Gossip #99D181

Color information

#99D181 (or 0x99D181) is unknown color: approx Gossip. HEX triplet: 99, D1 and 81. RGB value is (153,209,129). Sum of RGB (Red+Green+Blue) = 153+209+129=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #99D181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D181 is #662E7E. Grayscale: #B7B7B7. Windows color (decimal): -6696575 or 8507801. OLE color: 8507801.

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

Color convert

RGB153209129-
CMYK0.2700.380.18
HSL102º46.51%66.27%-
HSV(B)102º38.28%81.96%-
XYZ39.953.9629.08-
YUV183.1497.45106.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=31.16%
G=42.57%
B=26.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532091290.2700.380.1810246.5166.27
Hex99D1811B02612662f42
Octal231321201330462214657102
Binary1001100111010001100000011101101001101001011001101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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