#96D06E

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

Shades of Gossip #96D06E

Tints of Gossip #96D06E

Color information

#96D06E (or 0x96D06E) is unknown color: approx Gossip. HEX triplet: 96, D0 and 6E. RGB value is (150,208,110). Sum of RGB (Red+Green+Blue) = 150+208+110=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #96D06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D06E is #692F91. Grayscale: #B3B3B3. Windows color (decimal): -6893458 or 7262358. OLE color: 7262358.

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

Color convert

RGB150208110-
CMYK0.2800.470.18
HSL95.51º51.04%62.35%-
HSV(B)95.51º47.12%81.57%-
XYZ37.9552.7222.93-
YUV179.4988.78106.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 208 (81.64% from 255) = 44.44%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=32.05%
G=44.44%
B=23.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502081100.2800.470.1895.5151.0462.35
Hex96D06E1C02F1260333e
Octal22632015634057221406376
Binary10010110110100001101110111000101111100101100000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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