#96D06D

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

Shades of Gossip #96D06D

Tints of Gossip #96D06D

Color information

#96D06D (or 0x96D06D) is unknown color: approx Gossip. HEX triplet: 96, D0 and 6D. RGB value is (150,208,109). Sum of RGB (Red+Green+Blue) = 150+208+109=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #96D06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D06D is #692F92. Grayscale: #B3B3B3. Windows color (decimal): -6893459 or 7196822. OLE color: 7196822.

HSL color Cylindrical-coordinate representation of color #96D06D: hue angle of 95.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96D06D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB150208109-
CMYK0.2800.480.18
HSL95.15º51.3%62.16%-
HSV(B)95.15º47.6%81.57%-
XYZ37.8952.722.64-
YUV179.3788.28107.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=32.12%
G=44.54%
B=23.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502081090.2800.480.1895.1551.362.16
Hex96D06D1C030125f333e
Octal22632015534060221376376
Binary10010110110100001101101111000110000100101011111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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