Html Css Color HEX #96AA8D Mantle

📋 copy color: '#96AA8D'

red 150 ◦ green 170 ◦ blue 141

#96AA8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #96AA8D

Tints of Mantle #96AA8D

RGB

 RED value IS 150 (58.98% from 255) = 32.54%

 GREEN value IS 170 (66.8% from 255) = 36.88%

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 32.54%
G = 36.88%
B = 30.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#96AA8D (or 0x96AA8D) is known color: Mantle. HEX triplet: 96, AA and 8D. RGB value is (150,170,141). Sum of RGB (Red+Green+Blue) = 150+170+141=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA8D is #695572. Grayscale: #A0A0A0. Windows color (decimal): -6903155 or 9284246. OLE color: 9284246.

HSL color Cylindrical-coordinate representation of color #96AA8D: hue angle of 101.38º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96AA8D is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 170 141 -
CMYK 0.12 0 0.17 0.33
HSL 101.38º 0.15% 0.61% -
HSV(B) 101.38º 0.17% 0.67% -
XYZ 31.76 37.16 30.7 -
YUV 160.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 150 170 141 0.12 0 0.17 0.33 101.38 0.15 0.61
Hex 96 AA 8D C 0 11 21 65 F 3D
Octal 226 252 215 14 0 21 41 145 17 75
Binary 10010110 10101010 10001101 1100 0 10001 100001 1100101 1111 111101

Color Harmonies of #96AA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AA8D

Black with #96AA8D

Text Example


Text Example

White with #96AA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,170,141); }

 H1.HeaderClassName
 {
   color: #96AA8D;
 }
 .AnyTagClassName
 {
   color: #96AA8D;
 }
</style>

background-color css

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

 a { background-color: rgb(150,170,141); }

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

border-color css

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

 span { border-color: rgb(150,170,141); }

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