#95D682

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

Shades of Gossip #95D682

Tints of Gossip #95D682

Color information

#95D682 (or 0x95D682) is unknown color: approx Gossip. HEX triplet: 95, D6 and 82. RGB value is (149,214,130). Sum of RGB (Red+Green+Blue) = 149+214+130=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #95D682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D682 is #6A297D. Grayscale: #B9B9B9. Windows color (decimal): -6957438 or 8574613. OLE color: 8574613.

HSL color Cylindrical-coordinate representation of color #95D682: hue angle of 106.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95D682 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB149214130-
CMYK0.3000.390.16
HSL106.43º50.6%67.45%-
HSV(B)106.43º39.25%83.92%-
XYZ40.4756.0929.81-
YUV184.9996.97102.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=30.22%
G=43.41%
B=26.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492141300.3000.390.16106.4350.667.45
Hex95D6821E027106a3343
Octal225326202360472015263103
Binary1001010111010110100000101111001001111000011010101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,214,130); }

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

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

 a { background-color: rgb(149,214,130); }

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

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

 span { border-color: rgb(149,214,130); }

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