#95AD92

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

Shades of Mantle #95AD92

Tints of Mantle #95AD92

Color information

#95AD92 (or 0x95AD92) is unknown color: approx Mantle. HEX triplet: 95, AD and 92. RGB value is (149,173,146). Sum of RGB (Red+Green+Blue) = 149+173+146=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AD92 is #6A526D. Grayscale: #A2A2A2. Windows color (decimal): -6967918 or 9612693. OLE color: 9612693.

HSL color Cylindrical-coordinate representation of color #95AD92: hue angle of 113.33º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95AD92 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB149173146-
CMYK0.1400.160.32
HSL113.33º14.14%62.55%-
HSV(B)113.33º15.61%67.84%-
XYZ32.5338.3532.88-
YUV162.75118.55118.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.84%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 146 (57.42% from 255) = 31.20%
R=31.84%
G=36.97%
B=31.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491731460.1400.160.32113.3314.1462.55
Hex95AD92E0102071e3f
Octal22525522216020401611677
Binary100101011010110110010010111001000010000011100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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