Html Css Color HEX #96AB91 Mantle

📋 copy color: '#96AB91'

red 150 ◦ green 171 ◦ blue 145

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

Shades of Mantle #96AB91

Tints of Mantle #96AB91

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.7%

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

R = 32.19%
G = 36.7%
B = 31.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#96AB91 (or 0x96AB91) is known color: Mantle. HEX triplet: 96, AB and 91. RGB value is (150,171,145). Sum of RGB (Red+Green+Blue) = 150+171+145=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB91 is #69546E. Grayscale: #A1A1A1. Windows color (decimal): -6902895 or 9546646. OLE color: 9546646.

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

Color convert

RGB 150 171 145 -
CMYK 0.12 0 0.15 0.33
HSL 108.46º 0.13% 0.62% -
HSV(B) 108.46º 0.15% 0.67% -
XYZ 32.25 37.65 32.36 -
YUV 161.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 150 171 145 0.12 0 0.15 0.33 108.46 0.13 0.62
Hex 96 AB 91 C 0 F 21 6C D 3E
Octal 226 253 221 14 0 17 41 154 15 76
Binary 10010110 10101011 10010001 1100 0 1111 100001 1101100 1101 111110

Color Harmonies of #96AB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB91

Black with #96AB91

Text Example


Text Example

White with #96AB91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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