#96E669

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

Shades of Gossip #96E669

Tints of Gossip #96E669

Color information

#96E669 (or 0x96E669) is unknown color: approx Gossip. HEX triplet: 96, E6 and 69. RGB value is (150,230,105). Sum of RGB (Red+Green+Blue) = 150+230+105=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #96E669 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E669 is #691996. Grayscale: #C0C0C0. Windows color (decimal): -6887831 or 6940310. OLE color: 6940310.

HSL color Cylindrical-coordinate representation of color #96E669: hue angle of 98.4º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96E669 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB150230105-
CMYK0.3500.540.10
HSL98.4º71.43%65.69%-
HSV(B)98.4º54.35%90.2%-
XYZ43.4264.123.45-
YUV191.837998.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 230 (90.23% from 255) = 47.42%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=30.93%
G=47.42%
B=21.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1502301050.3500.540.1098.471.4365.69
Hex96E66923036A624742
Octal2263461514306612142107102
Binary1001011011100110110100110001101101101010110001010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,230,105); }

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

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

 a { background-color: rgb(150,230,105); }

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

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

 span { border-color: rgb(150,230,105); }

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