#96AF8C

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

Shades of Mantle #96AF8C

Tints of Mantle #96AF8C

Color information

#96AF8C (or 0x96AF8C) is unknown color: approx Mantle. HEX triplet: 96, AF and 8C. RGB value is (150,175,140). Sum of RGB (Red+Green+Blue) = 150+175+140=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AF8C is #695073. Grayscale: #A3A3A3. Windows color (decimal): -6901876 or 9219990. OLE color: 9219990.

HSL color Cylindrical-coordinate representation of color #96AF8C: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96AF8C is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB150175140-
CMYK0.1400.20.31
HSL102.86º17.95%61.76%-
HSV(B)102.86º20%68.63%-
XYZ32.6439.0430.63-
YUV163.54114.72118.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=32.26%
G=37.63%
B=30.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751400.1400.20.31102.8617.9561.76
Hex96AF8CE0141F67123e
Octal22625721416024371472276
Binary100101101010111110001100111001010011111110011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,175,140); }

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

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

 a { background-color: rgb(150,175,140); }

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

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

 span { border-color: rgb(150,175,140); }

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