Html Css Color HEX #9CAB9C Mantle

📋 copy color: '#9CAB9C'

red 156 ◦ green 171 ◦ blue 156

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

Shades of Mantle #9CAB9C

Tints of Mantle #9CAB9C

RGB

 RED value IS 156 (61.33% from 255) = 32.3%

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

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

R = 32.3%
G = 35.4%
B = 32.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#9CAB9C (or 0x9CAB9C) is known color: Mantle. HEX triplet: 9C, AB and 9C. RGB value is (156,171,156). Sum of RGB (Red+Green+Blue) = 156+171+156=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAB9C is #635463. Grayscale: #A4A4A4. Windows color (decimal): -6509668 or 10267548. OLE color: 10267548.

HSL color Cylindrical-coordinate representation of color #9CAB9C: hue angle of 120º 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 #9CAB9C is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 171 156 -
CMYK 0.09 0 0.09 0.33
HSL 120º 0.08% 0.64% -
HSV(B) 120º 0.09% 0.67% -
XYZ 34.27 38.59 37.1 -
YUV 164.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 156 171 156 0.09 0 0.09 0.33 120 0.08 0.64
Hex 9C AB 9C 9 0 9 21 78 8 40
Octal 234 253 234 11 0 11 41 170 10 100
Binary 10011100 10101011 10011100 1001 0 1001 100001 1111000 1000 1000000

Color Harmonies of #9CAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAB9C

Black with #9CAB9C

Text Example


Text Example

White with #9CAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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