#95D976

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

Shades of Gossip #95D976

Tints of Gossip #95D976

Color information

#95D976 (or 0x95D976) is unknown color: approx Gossip. HEX triplet: 95, D9 and 76. RGB value is (149,217,118). Sum of RGB (Red+Green+Blue) = 149+217+118=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #95D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D976 is #6A2689. Grayscale: #B9B9B9. Windows color (decimal): -6956682 or 7788949. OLE color: 7788949.

HSL color Cylindrical-coordinate representation of color #95D976: hue angle of 101.21º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95D976 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB149217118-
CMYK0.3100.460.15
HSL101.21º56.57%65.69%-
HSV(B)101.21º45.62%85.1%-
XYZ40.4857.3226.07-
YUV185.3889.97102.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.79%
GREEN value IS 217 (85.16% from 255) = 44.83%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=30.79%
G=44.83%
B=24.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492171180.3100.460.15101.2156.5765.69
Hex95D9761F02EF653942
Octal225331166370561714571102
Binary10010101110110011110110111110101110111111001011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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