#95D86D

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

Shades of Gossip #95D86D

Tints of Gossip #95D86D

Color information

#95D86D (or 0x95D86D) is unknown color: approx Gossip. HEX triplet: 95, D8 and 6D. RGB value is (149,216,109). Sum of RGB (Red+Green+Blue) = 149+216+109=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #95D86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D86D is #6A2792. Grayscale: #B8B8B8. Windows color (decimal): -6956947 or 7198869. OLE color: 7198869.

HSL color Cylindrical-coordinate representation of color #95D86D: hue angle of 97.57º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95D86D is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB149216109-
CMYK0.3100.500.15
HSL97.57º57.84%63.73%-
HSV(B)97.57º49.54%84.71%-
XYZ39.7156.6123.3-
YUV183.7785.8103.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 216 (84.77% from 255) = 45.57%
BLUE value IS 109 (42.97% from 255) = 23.00%
R=31.43%
G=45.57%
B=23.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161090.3100.500.1597.5757.8463.73
Hex95D86D1F032F623a40
Octal225330155370621714272100
Binary10010101110110001101101111110110010111111000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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