Html Css Color HEX #9CAC9A Mantle

📋 copy color: '#9CAC9A'

red 156 ◦ green 172 ◦ blue 154

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

Shades of Mantle #9CAC9A

Tints of Mantle #9CAC9A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 32.37%
G = 35.68%
B = 31.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#9CAC9A (or 0x9CAC9A) is known color: Mantle. HEX triplet: 9C, AC and 9A. RGB value is (156,172,154). Sum of RGB (Red+Green+Blue) = 156+172+154=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAC9A is #635365. Grayscale: #A5A5A5. Windows color (decimal): -6509414 or 10136732. OLE color: 10136732.

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

Color convert

RGB 156 172 154 -
CMYK 0.09 0 0.10 0.33
HSL 113.33º 0.1% 0.64% -
HSV(B) 113.33º 0.1% 0.67% -
XYZ 34.3 38.91 36.27 -
YUV 165.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 156 172 154 0.09 0 0.10 0.33 113.33 0.1 0.64
Hex 9C AC 9A 9 0 A 21 71 A 40
Octal 234 254 232 11 0 12 41 161 12 100
Binary 10011100 10101100 10011010 1001 0 1010 100001 1110001 1010 1000000

Color Harmonies of #9CAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC9A

Black with #9CAC9A

Text Example


Text Example

White with #9CAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,172,154); }

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

background-color css

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

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

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

border-color css

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

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

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