#96A592

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

Shades of Mantle #96A592

Tints of Mantle #96A592

Color information

#96A592 (or 0x96A592) is unknown color: approx Mantle. HEX triplet: 96, A5 and 92. RGB value is (150,165,146). Sum of RGB (Red+Green+Blue) = 150+165+146=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #96A592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A592 is #695A6D. Grayscale: #9E9E9E. Windows color (decimal): -6904430 or 9610646. OLE color: 9610646.

HSL color Cylindrical-coordinate representation of color #96A592: hue angle of 107.37º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96A592 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB150165146-
CMYK0.0900.120.35
HSL107.37º9.55%60.98%-
HSV(B)107.37º11.52%64.71%-
XYZ31.2235.4732.39-
YUV158.35121.03122.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=32.54%
G=35.79%
B=31.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501651460.0900.120.35107.379.5560.98
Hex96A59290C236ba3d
Octal22624522211014431531275
Binary10010110101001011001001010010110010001111010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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