#95A594

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

Shades of Mantle #95A594

Tints of Mantle #95A594

Color information

#95A594 (or 0x95A594) is unknown color: approx Mantle. HEX triplet: 95, A5 and 94. RGB value is (149,165,148). Sum of RGB (Red+Green+Blue) = 149+165+148=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 165 - color contains mainly: green. Hex color #95A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A594 is #6A5A6B. Grayscale: #9E9E9E. Windows color (decimal): -6969964 or 9741717. OLE color: 9741717.

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

Color convert

RGB149165148-
CMYK0.1000.100.35
HSL116.47º8.63%61.37%-
HSV(B)116.47º10.3%64.71%-
XYZ31.1935.4433.21-
YUV158.28122.2121.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=32.25%
G=35.71%
B=32.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491651480.1000.100.35116.478.6361.37
Hex95A594A0A237493d
Octal22524522412012431641175
Binary10010101101001011001010010100101010001111101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,165,148); }

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

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

 a { background-color: rgb(149,165,148); }

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

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

 span { border-color: rgb(149,165,148); }

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