#95D884

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

Shades of Gossip #95D884

Tints of Gossip #95D884

Color information

#95D884 (or 0x95D884) is unknown color: approx Gossip. HEX triplet: 95, D8 and 84. RGB value is (149,216,132). Sum of RGB (Red+Green+Blue) = 149+216+132=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #95D884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D884 is #6A277B. Grayscale: #BABABA. Windows color (decimal): -6956924 or 8706197. OLE color: 8706197.

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

Color convert

RGB149216132-
CMYK0.3100.390.15
HSL107.86º51.85%68.24%-
HSV(B)107.86º38.89%84.71%-
XYZ41.1257.1730.7-
YUV186.3997.3101.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 216 (84.77% from 255) = 43.46%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=29.98%
G=43.46%
B=26.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161320.3100.390.15107.8651.8568.24
Hex95D8841F027F6c3444
Octal225330204370471715464104
Binary100101011101100010000100111110100111111111011001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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