#99D96C

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

Shades of Gossip #99D96C

Tints of Gossip #99D96C

Color information

#99D96C (or 0x99D96C) is unknown color: approx Gossip. HEX triplet: 99, D9 and 6C. RGB value is (153,217,108). Sum of RGB (Red+Green+Blue) = 153+217+108=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #99D96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D96C is #662693. Grayscale: #B9B9B9. Windows color (decimal): -6694548 or 7133593. OLE color: 7133593.

HSL color Cylindrical-coordinate representation of color #99D96C: hue angle of 95.23º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99D96C is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB153217108-
CMYK0.2900.500.15
HSL95.23º58.92%63.73%-
HSV(B)95.23º50.23%85.1%-
XYZ40.6657.4823.14-
YUV185.4484.3104.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 217 (85.16% from 255) = 45.40%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=32.01%
G=45.40%
B=22.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532171080.2900.500.1595.2358.9263.73
Hex99D96C1D032F5f3b40
Octal231331154350621713773100
Binary10011001110110011101100111010110010111110111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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