#95AA94

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

Shades of Mantle #95AA94

Tints of Mantle #95AA94

Color information

#95AA94 (or 0x95AA94) is unknown color: approx Mantle. HEX triplet: 95, AA and 94. RGB value is (149,170,148). Sum of RGB (Red+Green+Blue) = 149+170+148=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AA94 is #6A556B. Grayscale: #A1A1A1. Windows color (decimal): -6968684 or 9742997. OLE color: 9742997.

HSL color Cylindrical-coordinate representation of color #95AA94: hue angle of 117.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #95AA94 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB149170148-
CMYK0.1200.130.33
HSL117.27º11.46%62.35%-
HSV(B)117.27º12.94%66.67%-
XYZ32.1137.2833.52-
YUV161.21120.54119.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=31.91%
G=36.40%
B=31.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491701480.1200.130.33117.2711.4662.35
Hex95AA94C0D2175b3e
Octal22525222414015411651376
Binary10010101101010101001010011000110110000111101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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