#95CE87

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

Shades of Gossip #95CE87

Tints of Gossip #95CE87

Color information

#95CE87 (or 0x95CE87) is unknown color: approx Gossip. HEX triplet: 95, CE and 87. RGB value is (149,206,135). Sum of RGB (Red+Green+Blue) = 149+206+135=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CE87 is #6A3178. Grayscale: #B5B5B5. Windows color (decimal): -6959481 or 8900245. OLE color: 8900245.

HSL color Cylindrical-coordinate representation of color #95CE87: hue angle of 108.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95CE87 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB149206135-
CMYK0.2800.340.19
HSL108.17º42.01%66.86%-
HSV(B)108.17º34.47%80.78%-
XYZ38.8452.2830.97-
YUV180.86102.12105.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 206 (80.86% from 255) = 42.04%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=30.41%
G=42.04%
B=27.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061350.2800.340.19108.1742.0166.86
Hex95CE871C022136c2a43
Octal225316207340422315452103
Binary1001010111001110100001111110001000101001111011001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,206,135); }

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

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

 a { background-color: rgb(149,206,135); }

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

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

 span { border-color: rgb(149,206,135); }

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