#95D585

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

Shades of Gossip #95D585

Tints of Gossip #95D585

Color information

#95D585 (or 0x95D585) is unknown color: approx Gossip. HEX triplet: 95, D5 and 85. RGB value is (149,213,133). Sum of RGB (Red+Green+Blue) = 149+213+133=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #95D585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D585 is #6A2A7A. Grayscale: #B8B8B8. Windows color (decimal): -6957691 or 8770965. OLE color: 8770965.

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

Color convert

RGB149213133-
CMYK0.3000.380.16
HSL108º48.78%67.84%-
HSV(B)108º37.56%83.53%-
XYZ40.4255.6730.81-
YUV184.7498.8102.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=30.10%
G=43.03%
B=26.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131330.3000.380.1610848.7867.84
Hex95D5851E026106c3144
Octal225325205360462015461104
Binary1001010111010101100001011111001001101000011011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,213,133); }

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

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

 a { background-color: rgb(149,213,133); }

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

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

 span { border-color: rgb(149,213,133); }

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