Html Css Color HEX #9CA899 Mantle

📋 copy color: '#9CA899'

red 156 ◦ green 168 ◦ blue 153

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

Shades of Mantle #9CA899

Tints of Mantle #9CA899

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.22%

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 32.7%
G = 35.22%
B = 32.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#9CA899 (or 0x9CA899) is known color: Mantle. HEX triplet: 9C, A8 and 99. RGB value is (156,168,153). Sum of RGB (Red+Green+Blue) = 156+168+153=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA899 is #635766. Grayscale: #A2A2A2. Windows color (decimal): -6510439 or 10070172. OLE color: 10070172.

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

Color convert

RGB 156 168 153 -
CMYK 0.07 0 0.09 0.34
HSL 108º 0.08% 0.63% -
HSV(B) 108º 0.09% 0.66% -
XYZ 33.46 37.37 35.59 -
YUV 162.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 156 168 153 0.07 0 0.09 0.34 108 0.08 0.63
Hex 9C A8 99 7 0 9 22 6C 8 3F
Octal 234 250 231 7 0 11 42 154 10 77
Binary 10011100 10101000 10011001 111 0 1001 100010 1101100 1000 111111

Color Harmonies of #9CA899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA899

Black with #9CA899

Text Example


Text Example

White with #9CA899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,168,153); }

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

background-color css

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

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

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

border-color css

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

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

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