#95D182

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

Shades of Gossip #95D182

Tints of Gossip #95D182

Color information

#95D182 (or 0x95D182) is unknown color: approx Gossip. HEX triplet: 95, D1 and 82. RGB value is (149,209,130). Sum of RGB (Red+Green+Blue) = 149+209+130=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #95D182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D182 is #6A2E7D. Grayscale: #B6B6B6. Windows color (decimal): -6958718 or 8573333. OLE color: 8573333.

HSL color Cylindrical-coordinate representation of color #95D182: hue angle of 105.57º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95D182 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB149209130-
CMYK0.2900.380.18
HSL105.57º46.2%66.47%-
HSV(B)105.57º37.8%81.96%-
XYZ39.2253.629.4-
YUV182.0598.62104.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 209 (82.03% from 255) = 42.83%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=30.53%
G=42.83%
B=26.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492091300.2900.380.18105.5746.266.47
Hex95D1821D026126a2e42
Octal225321202350462215256102
Binary1001010111010001100000101110101001101001011010101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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