#99D079

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

Shades of Gossip #99D079

Tints of Gossip #99D079

Color information

#99D079 (or 0x99D079) is unknown color: approx Gossip. HEX triplet: 99, D0 and 79. RGB value is (153,208,121). Sum of RGB (Red+Green+Blue) = 153+208+121=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #99D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D079 is #662F86. Grayscale: #B5B5B5. Windows color (decimal): -6696839 or 7983257. OLE color: 7983257.

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

Color convert

RGB153208121-
CMYK0.2600.420.18
HSL97.93º48.07%64.51%-
HSV(B)97.93º41.83%81.57%-
XYZ39.1453.2626.31-
YUV181.6493.78107.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=31.74%
G=43.15%
B=25.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532081210.2600.420.1897.9348.0764.51
Hex99D0791A02A12623041
Octal231320171320522214260101
Binary100110011101000011110011101001010101001011000101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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