#99D679

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

Shades of Gossip #99D679

Tints of Gossip #99D679

Color information

#99D679 (or 0x99D679) is unknown color: approx Gossip. HEX triplet: 99, D6 and 79. RGB value is (153,214,121). Sum of RGB (Red+Green+Blue) = 153+214+121=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #99D679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D679 is #662986. Grayscale: #B9B9B9. Windows color (decimal): -6695303 or 7984793. OLE color: 7984793.

HSL color Cylindrical-coordinate representation of color #99D679: hue angle of 99.35º degrees, saturation: 0.53, 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 #99D679 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB153214121-
CMYK0.2900.430.16
HSL99.35º53.14%65.69%-
HSV(B)99.35º43.46%83.92%-
XYZ40.6356.2526.8-
YUV185.1691.79105.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 214 (83.98% from 255) = 43.85%
BLUE value IS 121 (47.66% from 255) = 24.80%
R=31.35%
G=43.85%
B=24.80%

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
Decimal1532141210.2900.430.1699.3553.1465.69
Hex99D6791D02B10633542
Octal231326171350532014365102
Binary100110011101011011110011110101010111000011000111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,214,121); }

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

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

 a { background-color: rgb(153,214,121); }

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

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

 span { border-color: rgb(153,214,121); }

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