#96D682

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

Shades of Gossip #96D682

Tints of Gossip #96D682

Color information

#96D682 (or 0x96D682) is unknown color: approx Gossip. HEX triplet: 96, D6 and 82. RGB value is (150,214,130). Sum of RGB (Red+Green+Blue) = 150+214+130=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #96D682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D682 is #69297D. Grayscale: #B9B9B9. Windows color (decimal): -6891902 or 8574614. OLE color: 8574614.

HSL color Cylindrical-coordinate representation of color #96D682: hue angle of 105.71º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96D682 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB150214130-
CMYK0.3000.390.16
HSL105.71º50.6%67.45%-
HSV(B)105.71º39.25%83.92%-
XYZ40.6556.1929.82-
YUV185.2996.8102.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 214 (83.98% from 255) = 43.32%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=30.36%
G=43.32%
B=26.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502141300.3000.390.16105.7150.667.45
Hex96D6821E027106a3343
Octal226326202360472015263103
Binary1001011011010110100000101111001001111000011010101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,214,130); }

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

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

 a { background-color: rgb(150,214,130); }

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

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

 span { border-color: rgb(150,214,130); }

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