#99D182

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

Shades of Gossip #99D182

Tints of Gossip #99D182

Color information

#99D182 (or 0x99D182) is unknown color: approx Gossip. HEX triplet: 99, D1 and 82. RGB value is (153,209,130). Sum of RGB (Red+Green+Blue) = 153+209+130=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #99D182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D182 is #662E7D. Grayscale: #B7B7B7. Windows color (decimal): -6696574 or 8573337. OLE color: 8573337.

HSL color Cylindrical-coordinate representation of color #99D182: hue angle of 102.53º degrees, saturation: 0.46, 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 #99D182 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB153209130-
CMYK0.2700.380.18
HSL102.53º46.2%66.47%-
HSV(B)102.53º37.8%81.96%-
XYZ39.9753.9829.43-
YUV183.2597.95106.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=31.10%
G=42.48%
B=26.42%

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
Decimal1532091300.2700.380.18102.5346.266.47
Hex99D1821B02612672e42
Octal231321202330462214756102
Binary1001100111010001100000101101101001101001011001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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