#95C17E

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

Shades of Gossip #95C17E

Tints of Gossip #95C17E

Color information

#95C17E (or 0x95C17E) is unknown color: approx Gossip. HEX triplet: 95, C1 and 7E. RGB value is (149,193,126). Sum of RGB (Red+Green+Blue) = 149+193+126=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #95C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C17E is #6A3E81. Grayscale: #ACACAC. Windows color (decimal): -6962818 or 8307093. OLE color: 8307093.

HSL color Cylindrical-coordinate representation of color #95C17E: hue angle of 99.4º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95C17E is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB149193126-
CMYK0.2300.350.24
HSL99.4º35.08%62.55%-
HSV(B)99.4º34.72%75.69%-
XYZ35.2346.0426.77-
YUV172.21101.92111.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 193 (75.78% from 255) = 41.24%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=31.84%
G=41.24%
B=26.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491931260.2300.350.2499.435.0862.55
Hex95C17E170231863233f
Octal22530117627043301434377
Binary10010101110000011111110101110100011110001100011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,193,126); }

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

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

 a { background-color: rgb(149,193,126); }

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

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

 span { border-color: rgb(149,193,126); }

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