Html Css Color HEX #9CA896 Mantle

📋 copy color: '#9CA896'

red 156 ◦ green 168 ◦ blue 150

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

Shades of Mantle #9CA896

Tints of Mantle #9CA896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.65%

R = 32.91%
G = 35.44%
B = 31.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#9CA896 (or 0x9CA896) is known color: Mantle. HEX triplet: 9C, A8 and 96. RGB value is (156,168,150). Sum of RGB (Red+Green+Blue) = 156+168+150=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA896 is #635769. Grayscale: #A2A2A2. Windows color (decimal): -6510442 or 9873564. OLE color: 9873564.

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

Color convert

RGB 156 168 150 -
CMYK 0.07 0 0.11 0.34
HSL 100º 0.09% 0.62% -
HSV(B) 100º 0.11% 0.66% -
XYZ 33.22 37.28 34.3 -
YUV 162.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 156 168 150 0.07 0 0.11 0.34 100 0.09 0.62
Hex 9C A8 96 7 0 B 22 64 9 3E
Octal 234 250 226 7 0 13 42 144 11 76
Binary 10011100 10101000 10010110 111 0 1011 100010 1100100 1001 111110

Color Harmonies of #9CA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA896

Black with #9CA896

Text Example


Text Example

White with #9CA896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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