#96CE80

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

Shades of Gossip #96CE80

Tints of Gossip #96CE80

Color information

#96CE80 (or 0x96CE80) is unknown color: approx Gossip. HEX triplet: 96, CE and 80. RGB value is (150,206,128). Sum of RGB (Red+Green+Blue) = 150+206+128=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE80 is #69317F. Grayscale: #B4B4B4. Windows color (decimal): -6893952 or 8441494. OLE color: 8441494.

HSL color Cylindrical-coordinate representation of color #96CE80: hue angle of 103.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96CE80 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB150206128-
CMYK0.2700.380.19
HSL103.08º44.32%65.49%-
HSV(B)103.08º37.86%80.78%-
XYZ38.5552.1928.46-
YUV180.3698.45106.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.99%
GREEN value IS 206 (80.86% from 255) = 42.56%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=30.99%
G=42.56%
B=26.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061280.2700.380.19103.0844.3265.49
Hex96CE801B02613672c41
Octal226316200330462314754101
Binary1001011011001110100000001101101001101001111001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,206,128); }

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

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

 a { background-color: rgb(150,206,128); }

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

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

 span { border-color: rgb(150,206,128); }

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