Html Css Color HEX #96A891 Mantle

📋 copy color: '#96A891'

red 150 ◦ green 168 ◦ blue 145

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

Shades of Mantle #96A891

Tints of Mantle #96A891

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.29%

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

R = 32.4%
G = 36.29%
B = 31.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#96A891 (or 0x96A891) is known color: Mantle. HEX triplet: 96, A8 and 91. RGB value is (150,168,145). Sum of RGB (Red+Green+Blue) = 150+168+145=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 168 - color contains mainly: green. Hex color #96A891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A891 is #69576E. Grayscale: #A0A0A0. Windows color (decimal): -6903663 or 9545878. OLE color: 9545878.

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

Color convert

RGB 150 168 145 -
CMYK 0.11 0 0.14 0.34
HSL 106.96º 0.12% 0.61% -
HSV(B) 106.96º 0.14% 0.66% -
XYZ 31.69 36.53 32.17 -
YUV 160 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 150 168 145 0.11 0 0.14 0.34 106.96 0.12 0.61
Hex 96 A8 91 B 0 E 22 6B C 3D
Octal 226 250 221 13 0 16 42 153 14 75
Binary 10010110 10101000 10010001 1011 0 1110 100010 1101011 1100 111101

Color Harmonies of #96A891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A891

Black with #96A891

Text Example


Text Example

White with #96A891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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