#95D180

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

Shades of Gossip #95D180

Tints of Gossip #95D180

Color information

#95D180 (or 0x95D180) is unknown color: approx Gossip. HEX triplet: 95, D1 and 80. RGB value is (149,209,128). Sum of RGB (Red+Green+Blue) = 149+209+128=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #95D180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D180 is #6A2E7F. Grayscale: #B6B6B6. Windows color (decimal): -6958720 or 8442261. OLE color: 8442261.

HSL color Cylindrical-coordinate representation of color #95D180: hue angle of 104.44º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95D180 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB149209128-
CMYK0.2900.390.18
HSL104.44º46.82%66.08%-
HSV(B)104.44º38.76%81.96%-
XYZ39.0953.5528.7-
YUV181.8397.62104.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=30.66%
G=43.00%
B=26.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492091280.2900.390.18104.4446.8266.08
Hex95D1801D02712682f42
Octal225321200350472215057102
Binary1001010111010001100000001110101001111001011010001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,209,128); }

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

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

 a { background-color: rgb(149,209,128); }

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

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

 span { border-color: rgb(149,209,128); }

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