#96A88B

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

Shades of Mantle #96A88B

Tints of Mantle #96A88B

Color information

#96A88B (or 0x96A88B) is unknown color: approx Mantle. HEX triplet: 96, A8 and 8B. RGB value is (150,168,139). Sum of RGB (Red+Green+Blue) = 150+168+139=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 168 - color contains mainly: green. Hex color #96A88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A88B is #695774. Grayscale: #9F9F9F. Windows color (decimal): -6903669 or 9152662. OLE color: 9152662.

HSL color Cylindrical-coordinate representation of color #96A88B: hue angle of 97.24º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96A88B is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB150168139-
CMYK0.1100.170.34
HSL97.24º14.29%60.2%-
HSV(B)97.24º17.26%65.88%-
XYZ31.2436.3529.8-
YUV159.31116.54121.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=32.82%
G=36.76%
B=30.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501681390.1100.170.3497.2414.2960.2
Hex96A88BB0112261e3c
Octal22625021313021421411674
Binary100101101010100010001011101101000110001011000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,168,139); }

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

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

 a { background-color: rgb(150,168,139); }

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

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

 span { border-color: rgb(150,168,139); }

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