#96AB94

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

Shades of Mantle #96AB94

Tints of Mantle #96AB94

Color information

#96AB94 (or 0x96AB94) is unknown color: approx Mantle. HEX triplet: 96, AB and 94. RGB value is (150,171,148). Sum of RGB (Red+Green+Blue) = 150+171+148=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB94 is #69546B. Grayscale: #A2A2A2. Windows color (decimal): -6902892 or 9743254. OLE color: 9743254.

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

Color convert

RGB150171148-
CMYK0.1200.130.33
HSL114.78º12.04%62.55%-
HSV(B)114.78º13.45%67.06%-
XYZ32.4937.7533.59-
YUV162.1120.04119.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=31.98%
G=36.46%
B=31.56%

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
Decimal1501711480.1200.130.33114.7812.0462.55
Hex96AB94C0D2173c3f
Octal22625322414015411631477
Binary10010110101010111001010011000110110000111100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AB94; }

 p { color: rgb(150,171,148); }

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

<style>
 a { background-color: #96AB94; }

 a { background-color: rgb(150,171,148); }

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

<style>
 span { border-color: #96AB94; }

 span { border-color: rgb(150,171,148); }

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