#95E96C

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

Shades of Gossip #95E96C

Tints of Gossip #95E96C

Color information

#95E96C (or 0x95E96C) is unknown color: approx Gossip. HEX triplet: 95, E9 and 6C. RGB value is (149,233,108). Sum of RGB (Red+Green+Blue) = 149+233+108=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #95E96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E96C is #6A1693. Grayscale: #C2C2C2. Windows color (decimal): -6952596 or 7137685. OLE color: 7137685.

HSL color Cylindrical-coordinate representation of color #95E96C: hue angle of 100.32º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95E96C is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB149233108-
CMYK0.3600.540.09
HSL100.32º73.96%66.86%-
HSV(B)100.32º53.65%91.37%-
XYZ44.2465.7524.55-
YUV193.6379.6796.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 233 (91.41% from 255) = 47.55%
BLUE value IS 108 (42.58% from 255) = 22.04%
R=30.41%
G=47.55%
B=22.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492331080.3600.540.09100.3273.9666.86
Hex95E96C240369644a43
Octal2253511544406611144112103
Binary1001010111101001110110010010001101101001110010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E96C; }

 p { color: rgb(149,233,108); }

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

<style>
 a { background-color: #95E96C; }

 a { background-color: rgb(149,233,108); }

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

<style>
 span { border-color: #95E96C; }

 span { border-color: rgb(149,233,108); }

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