#95D37B

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

Shades of Gossip #95D37B

Tints of Gossip #95D37B

Color information

#95D37B (or 0x95D37B) is unknown color: approx Gossip. HEX triplet: 95, D3 and 7B. RGB value is (149,211,123). Sum of RGB (Red+Green+Blue) = 149+211+123=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #95D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D37B is #6A2C84. Grayscale: #B6B6B6. Windows color (decimal): -6958213 or 8115093. OLE color: 8115093.

HSL color Cylindrical-coordinate representation of color #95D37B: hue angle of 102.27º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95D37B is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB149211123-
CMYK0.2900.420.17
HSL102.27º50%65.49%-
HSV(B)102.27º41.71%82.75%-
XYZ39.2654.4127.17-
YUV182.4394.46104.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 211 (82.81% from 255) = 43.69%
BLUE value IS 123 (48.44% from 255) = 25.47%
R=30.85%
G=43.69%
B=25.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492111230.2900.420.17102.275065.49
Hex95D37B1D02A11663241
Octal225323173350522114662101
Binary100101011101001111110111110101010101000111001101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,211,123); }

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

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

 a { background-color: rgb(149,211,123); }

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

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

 span { border-color: rgb(149,211,123); }

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