#96D96D

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

Shades of Gossip #96D96D

Tints of Gossip #96D96D

Color information

#96D96D (or 0x96D96D) is unknown color: approx Gossip. HEX triplet: 96, D9 and 6D. RGB value is (150,217,109). Sum of RGB (Red+Green+Blue) = 150+217+109=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #96D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D96D is #692692. Grayscale: #B9B9B9. Windows color (decimal): -6891155 or 7199126. OLE color: 7199126.

HSL color Cylindrical-coordinate representation of color #96D96D: hue angle of 97.22º 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 #96D96D is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB150217109-
CMYK0.3100.500.15
HSL97.22º58.7%63.92%-
HSV(B)97.22º49.77%85.1%-
XYZ40.1557.2123.4-
YUV184.6585.3103.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 217 (85.16% from 255) = 45.59%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=31.51%
G=45.59%
B=22.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502171090.3100.500.1597.2258.763.92
Hex96D96D1F032F613b40
Octal226331155370621714173100
Binary10010110110110011101101111110110010111111000011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96D96D; }

 p { color: rgb(150,217,109); }

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

<style>
 a { background-color: #96D96D; }

 a { background-color: rgb(150,217,109); }

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

<style>
 span { border-color: #96D96D; }

 span { border-color: rgb(150,217,109); }

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