#95C186

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

Shades of Gossip #95C186

Tints of Gossip #95C186

Color information

#95C186 (or 0x95C186) is unknown color: approx Gossip. HEX triplet: 95, C1 and 86. RGB value is (149,193,134). Sum of RGB (Red+Green+Blue) = 149+193+134=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #95C186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C186 is #6A3E79. Grayscale: #ADADAD. Windows color (decimal): -6962810 or 8831381. OLE color: 8831381.

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

Color convert

RGB149193134-
CMYK0.2300.310.24
HSL104.75º32.24%64.12%-
HSV(B)104.75º30.57%75.69%-
XYZ35.7746.2529.6-
YUV173.12105.92110.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.30%
GREEN value IS 193 (75.78% from 255) = 40.55%
BLUE value IS 134 (52.73% from 255) = 28.15%
R=31.30%
G=40.55%
B=28.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491931340.2300.310.24104.7532.2464.12
Hex95C1861701F18692040
Octal225301206270373015140100
Binary100101011100000110000110101110111111100011010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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