#95A194

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

Shades of Mantle #95A194

Tints of Mantle #95A194

Color information

#95A194 (or 0x95A194) is unknown color: approx Mantle. HEX triplet: 95, A1 and 94. RGB value is (149,161,148). Sum of RGB (Red+Green+Blue) = 149+161+148=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #95A194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A194 is #6A5E6B. Grayscale: #9B9B9B. Windows color (decimal): -6970988 or 9740693. OLE color: 9740693.

HSL color Cylindrical-coordinate representation of color #95A194: hue angle of 115.38º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #95A194 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB149161148-
CMYK0.0700.080.37
HSL115.38º6.47%60.59%-
HSV(B)115.38º8.07%63.14%-
XYZ30.4834.0232.98-
YUV155.93123.52123.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 148 (58.20% from 255) = 32.31%
R=32.53%
G=35.15%
B=32.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491611480.0700.080.37115.386.4760.59
Hex95A194708257363d
Octal225241224701045163675
Binary100101011010000110010100111010001001011110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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