#95A692

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

Shades of Mantle #95A692

Tints of Mantle #95A692

Color information

#95A692 (or 0x95A692) is unknown color: approx Mantle. HEX triplet: 95, A6 and 92. RGB value is (149,166,146). Sum of RGB (Red+Green+Blue) = 149+166+146=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 166 - color contains mainly: green. Hex color #95A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A692 is #6A596D. Grayscale: #9E9E9E. Windows color (decimal): -6969710 or 9610901. OLE color: 9610901.

HSL color Cylindrical-coordinate representation of color #95A692: hue angle of 111º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #95A692 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB149166146-
CMYK0.1000.120.35
HSL111º10.1%61.18%-
HSV(B)111º12.05%65.1%-
XYZ31.2235.7432.45-
YUV158.64120.87121.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=32.32%
G=36.01%
B=31.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491661460.1000.120.3511110.161.18
Hex95A692A0C236fa3d
Octal22524622212014431571275
Binary10010101101001101001001010100110010001111011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,166,146); }

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

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

 a { background-color: rgb(149,166,146); }

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

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

 span { border-color: rgb(149,166,146); }

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