#99D97A

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

Shades of Gossip #99D97A

Tints of Gossip #99D97A

Color information

#99D97A (or 0x99D97A) is unknown color: approx Gossip. HEX triplet: 99, D9 and 7A. RGB value is (153,217,122). Sum of RGB (Red+Green+Blue) = 153+217+122=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #99D97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D97A is #662685. Grayscale: #BBBBBB. Windows color (decimal): -6694534 or 8051097. OLE color: 8051097.

HSL color Cylindrical-coordinate representation of color #99D97A: hue angle of 100.42º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99D97A is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB153217122-
CMYK0.2900.440.15
HSL100.42º55.56%66.47%-
HSV(B)100.42º43.78%85.1%-
XYZ41.4657.827.38-
YUV187.0391.3103.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 217 (85.16% from 255) = 44.11%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=31.10%
G=44.11%
B=24.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532171220.2900.440.15100.4255.5666.47
Hex99D97A1D02CF643842
Octal231331172350541714470102
Binary10011001110110011111010111010101100111111001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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