Html Css Color HEX #9CAC94 Mantle

📋 copy color: '#9CAC94'

red 156 ◦ green 172 ◦ blue 148

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

Shades of Mantle #9CAC94

Tints of Mantle #9CAC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 32.77%
G = 36.13%
B = 31.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#9CAC94 (or 0x9CAC94) is known color: Mantle. HEX triplet: 9C, AC and 94. RGB value is (156,172,148). Sum of RGB (Red+Green+Blue) = 156+172+148=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAC94 is #63536B. Grayscale: #A4A4A4. Windows color (decimal): -6509420 or 9743516. OLE color: 9743516.

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

Color convert

RGB 156 172 148 -
CMYK 0.09 0 0.14 0.33
HSL 100º 0.13% 0.63% -
HSV(B) 100º 0.14% 0.67% -
XYZ 33.81 38.71 33.71 -
YUV 164.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 156 172 148 0.09 0 0.14 0.33 100 0.13 0.63
Hex 9C AC 94 9 0 E 21 64 D 3F
Octal 234 254 224 11 0 16 41 144 15 77
Binary 10011100 10101100 10010100 1001 0 1110 100001 1100100 1101 111111

Color Harmonies of #9CAC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC94

Black with #9CAC94

Text Example


Text Example

White with #9CAC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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