#95E876

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

Shades of Gossip #95E876

Tints of Gossip #95E876

Color information

#95E876 (or 0x95E876) is unknown color: approx Gossip. HEX triplet: 95, E8 and 76. RGB value is (149,232,118). Sum of RGB (Red+Green+Blue) = 149+232+118=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #95E876 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E876 is #6A1789. Grayscale: #C2C2C2. Windows color (decimal): -6952842 or 7792789. OLE color: 7792789.

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

Color convert

RGB149232118-
CMYK0.3600.490.09
HSL103.68º71.25%68.63%-
HSV(B)103.68º49.14%90.98%-
XYZ44.5265.4127.42-
YUV194.198595.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.86%
GREEN value IS 232 (91.02% from 255) = 46.49%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=29.86%
G=46.49%
B=23.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492321180.3600.490.09103.6871.2568.63
Hex95E876240319684745
Octal2253501664406111150107105
Binary1001010111101000111011010010001100011001110100010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,232,118); }

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

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

 a { background-color: rgb(149,232,118); }

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

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

 span { border-color: rgb(149,232,118); }

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