Html Css Color HEX #96A491 Mantle

📋 copy color: '#96A491'

red 150 ◦ green 164 ◦ blue 145

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

Shades of Mantle #96A491

Tints of Mantle #96A491

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.73%

 BLUE value IS 145 (57.03% from 255) = 31.59%

R = 32.68%
G = 35.73%
B = 31.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#96A491 (or 0x96A491) is known color: Mantle. HEX triplet: 96, A4 and 91. RGB value is (150,164,145). Sum of RGB (Red+Green+Blue) = 150+164+145=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 164 - color contains mainly: green. Hex color #96A491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A491 is #695B6E. Grayscale: #9D9D9D. Windows color (decimal): -6904687 or 9544854. OLE color: 9544854.

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

Color convert

RGB 150 164 145 -
CMYK 0.09 0 0.12 0.36
HSL 104.21º 0.09% 0.61% -
HSV(B) 104.21º 0.12% 0.64% -
XYZ 30.96 35.08 31.93 -
YUV 157.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 150 164 145 0.09 0 0.12 0.36 104.21 0.09 0.61
Hex 96 A4 91 9 0 C 24 68 9 3D
Octal 226 244 221 11 0 14 44 150 11 75
Binary 10010110 10100100 10010001 1001 0 1100 100100 1101000 1001 111101

Color Harmonies of #96A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A491

Black with #96A491

Text Example


Text Example

White with #96A491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,164,145); }

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

background-color css

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

 a { background-color: rgb(150,164,145); }

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

border-color css

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

 span { border-color: rgb(150,164,145); }

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