#95D87A

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

Shades of Gossip #95D87A

Tints of Gossip #95D87A

Color information

#95D87A (or 0x95D87A) is unknown color: approx Gossip. HEX triplet: 95, D8 and 7A. RGB value is (149,216,122). Sum of RGB (Red+Green+Blue) = 149+216+122=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #95D87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D87A is #6A2785. Grayscale: #B9B9B9. Windows color (decimal): -6956934 or 8050837. OLE color: 8050837.

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

Color convert

RGB149216122-
CMYK0.3100.440.15
HSL102.77º54.65%66.27%-
HSV(B)102.77º43.52%84.71%-
XYZ40.4656.9127.26-
YUV185.2592.3102.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 122 (48.05% from 255) = 25.05%
R=30.60%
G=44.35%
B=25.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161220.3100.440.15102.7754.6566.27
Hex95D87A1F02CF673742
Octal225330172370541714767102
Binary10010101110110001111010111110101100111111001111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,216,122); }

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

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

 a { background-color: rgb(149,216,122); }

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

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

 span { border-color: rgb(149,216,122); }

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