#95D96D

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

Shades of Gossip #95D96D

Tints of Gossip #95D96D

Color information

#95D96D (or 0x95D96D) is unknown color: approx Gossip. HEX triplet: 95, D9 and 6D. RGB value is (149,217,109). Sum of RGB (Red+Green+Blue) = 149+217+109=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #95D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D96D is #6A2692. Grayscale: #B8B8B8. Windows color (decimal): -6956691 or 7199125. OLE color: 7199125.

HSL color Cylindrical-coordinate representation of color #95D96D: hue angle of 97.78º degrees, saturation: 0.59, 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 #95D96D is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB149217109-
CMYK0.3100.500.15
HSL97.78º58.7%63.92%-
HSV(B)97.78º49.77%85.1%-
XYZ39.9757.1223.39-
YUV184.3685.47102.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=31.37%
G=45.68%
B=22.95%

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
Decimal1492171090.3100.500.1597.7858.763.92
Hex95D96D1F032F623b40
Octal225331155370621714273100
Binary10010101110110011101101111110110010111111000101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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