Html Css Color HEX #9FAB9C Mantle

📋 copy color: '#9FAB9C'

red 159 ◦ green 171 ◦ blue 156

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

Shades of Mantle #9FAB9C

Tints of Mantle #9FAB9C

RGB

 RED value IS 159 (62.5% from 255) = 32.72%

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

 BLUE value IS 156 (61.33% from 255) = 32.1%

R = 32.72%
G = 35.19%
B = 32.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#9FAB9C (or 0x9FAB9C) is known color: Mantle. HEX triplet: 9F, AB and 9C. RGB value is (159,171,156). Sum of RGB (Red+Green+Blue) = 159+171+156=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB9C is #605463. Grayscale: #A5A5A5. Windows color (decimal): -6313060 or 10267551. OLE color: 10267551.

HSL color Cylindrical-coordinate representation of color #9FAB9C: hue angle of 108º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAB9C is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 156 -
CMYK 0.07 0 0.09 0.33
HSL 108º 0.08% 0.64% -
HSV(B) 108º 0.09% 0.67% -
XYZ 34.86 38.9 37.12 -
YUV 165.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 159 171 156 0.07 0 0.09 0.33 108 0.08 0.64
Hex 9F AB 9C 7 0 9 21 6C 8 40
Octal 237 253 234 7 0 11 41 154 10 100
Binary 10011111 10101011 10011100 111 0 1001 100001 1101100 1000 1000000

Color Harmonies of #9FAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB9C

Black with #9FAB9C

Text Example


Text Example

White with #9FAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FAB9C; }

 p { color: rgb(159,171,156); }

 H1.HeaderClassName
 {
   color: #9FAB9C;
 }
 .AnyTagClassName
 {
   color: #9FAB9C;
 }
</style>

background-color css

<style>
 a { background-color: #9FAB9C; }

 a { background-color: rgb(159,171,156); }

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

border-color css

<style>
 span { border-color: #9FAB9C; }

 span { border-color: rgb(159,171,156); }

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