#96A98A

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

Shades of Mantle #96A98A

Tints of Mantle #96A98A

Color information

#96A98A (or 0x96A98A) is unknown color: approx Mantle. HEX triplet: 96, A9 and 8A. RGB value is (150,169,138). Sum of RGB (Red+Green+Blue) = 150+169+138=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 169 - color contains mainly: green. Hex color #96A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A98A is #695675. Grayscale: #9F9F9F. Windows color (decimal): -6903414 or 9087382. OLE color: 9087382.

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

Color convert

RGB150169138-
CMYK0.1100.180.34
HSL96.77º15.27%60.2%-
HSV(B)96.77º18.34%66.27%-
XYZ31.3536.6929.48-
YUV159.78115.71121.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=32.82%
G=36.98%
B=30.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501691380.1100.180.3496.7715.2760.2
Hex96A98AB0122261f3c
Octal22625121213022421411774
Binary100101101010100110001010101101001010001011000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,169,138); }

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

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

 a { background-color: rgb(150,169,138); }

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

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

 span { border-color: rgb(150,169,138); }

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