#95D082

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

Shades of Gossip #95D082

Tints of Gossip #95D082

Color information

#95D082 (or 0x95D082) is unknown color: approx Gossip. HEX triplet: 95, D0 and 82. RGB value is (149,208,130). Sum of RGB (Red+Green+Blue) = 149+208+130=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #95D082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D082 is #6A2F7D. Grayscale: #B5B5B5. Windows color (decimal): -6958974 or 8573077. OLE color: 8573077.

HSL color Cylindrical-coordinate representation of color #95D082: hue angle of 105.38º degrees, saturation: 0.45, 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 #95D082 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB149208130-
CMYK0.2800.380.18
HSL105.38º45.35%66.27%-
HSV(B)105.38º37.5%81.57%-
XYZ38.9853.1129.32-
YUV181.4798.95104.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=30.60%
G=42.71%
B=26.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492081300.2800.380.18105.3845.3566.27
Hex95D0821C02612692d42
Octal225320202340462215155102
Binary1001010111010000100000101110001001101001011010011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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