#96A492

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

Shades of Mantle #96A492

Tints of Mantle #96A492

Color information

#96A492 (or 0x96A492) is unknown color: approx Mantle. HEX triplet: 96, A4 and 92. RGB value is (150,164,146). Sum of RGB (Red+Green+Blue) = 150+164+146=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 164 - color contains mainly: green. Hex color #96A492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A492 is #695B6D. Grayscale: #9D9D9D. Windows color (decimal): -6904686 or 9610390. OLE color: 9610390.

HSL color Cylindrical-coordinate representation of color #96A492: hue angle of 106.67º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96A492 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB150164146-
CMYK0.0900.110.36
HSL106.67º9%60.78%-
HSV(B)106.67º10.98%64.31%-
XYZ31.0435.1132.34-
YUV157.76121.36122.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 146 (57.42% from 255) = 31.74%
R=32.61%
G=35.65%
B=31.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501641460.0900.110.36106.67960.78
Hex96A49290B246b93d
Octal22624422211013441531175
Binary10010110101001001001001010010101110010011010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,164,146); }

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

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

 a { background-color: rgb(150,164,146); }

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

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

 span { border-color: rgb(150,164,146); }

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