#95C587

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

Shades of Gossip #95C587

Tints of Gossip #95C587

Color information

#95C587 (or 0x95C587) is unknown color: approx Gossip. HEX triplet: 95, C5 and 87. RGB value is (149,197,135). Sum of RGB (Red+Green+Blue) = 149+197+135=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #95C587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C587 is #6A3A78. Grayscale: #AFAFAF. Windows color (decimal): -6961785 or 8897941. OLE color: 8897941.

HSL color Cylindrical-coordinate representation of color #95C587: hue angle of 106.45º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95C587 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB149197135-
CMYK0.2400.310.23
HSL106.45º34.83%65.1%-
HSV(B)106.45º31.47%77.25%-
XYZ36.7348.0730.26-
YUV175.58105.1109.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 197 (77.34% from 255) = 40.96%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=30.98%
G=40.96%
B=28.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491971350.2400.310.23106.4534.8365.1
Hex95C5871801F176a2341
Octal225305207300372715243101
Binary100101011100010110000111110000111111011111010101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,197,135); }

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

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

 a { background-color: rgb(149,197,135); }

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

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

 span { border-color: rgb(149,197,135); }

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