Html Css Color HEX #9CAA9B Mantle

📋 copy color: '#9CAA9B'

red 156 ◦ green 170 ◦ blue 155

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

Shades of Mantle #9CAA9B

Tints of Mantle #9CAA9B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

 BLUE value IS 155 (60.94% from 255) = 32.22%

R = 32.43%
G = 35.34%
B = 32.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#9CAA9B (or 0x9CAA9B) is known color: Mantle. HEX triplet: 9C, AA and 9B. RGB value is (156,170,155). Sum of RGB (Red+Green+Blue) = 156+170+155=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA9B is #635564. Grayscale: #A4A4A4. Windows color (decimal): -6509925 or 10201756. OLE color: 10201756.

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

Color convert

RGB 156 170 155 -
CMYK 0.08 0 0.09 0.33
HSL 116º 0.08% 0.64% -
HSV(B) 116º 0.09% 0.67% -
XYZ 34 38.18 36.59 -
YUV 164.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 156 170 155 0.08 0 0.09 0.33 116 0.08 0.64
Hex 9C AA 9B 8 0 9 21 74 8 40
Octal 234 252 233 10 0 11 41 164 10 100
Binary 10011100 10101010 10011011 1000 0 1001 100001 1110100 1000 1000000

Color Harmonies of #9CAA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA9B

Black with #9CAA9B

Text Example


Text Example

White with #9CAA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,170,155); }

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

background-color css

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

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

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

border-color css

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

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

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