#96B193

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

Shades of Mantle #96B193

Tints of Mantle #96B193

Color information

#96B193 (or 0x96B193) is unknown color: approx Mantle. HEX triplet: 96, B1 and 93. RGB value is (150,177,147). Sum of RGB (Red+Green+Blue) = 150+177+147=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #96B193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B193 is #694E6C. Grayscale: #A5A5A5. Windows color (decimal): -6901357 or 9679254. OLE color: 9679254.

HSL color Cylindrical-coordinate representation of color #96B193: hue angle of 114º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B193 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB150177147-
CMYK0.1500.170.31
HSL114º16.13%63.53%-
HSV(B)114º16.95%69.41%-
XYZ33.5740.0333.56-
YUV165.51117.55116.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.65%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=31.65%
G=37.34%
B=31.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501771470.1500.170.3111416.1363.53
Hex96B193F0111F721040
Octal226261223170213716220100
Binary1001011010110001100100111111010001111111110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,177,147); }

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

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

 a { background-color: rgb(150,177,147); }

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

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

 span { border-color: rgb(150,177,147); }

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