Html Css Color HEX #9CA596 Mantle

📋 copy color: '#9CA596'

red 156 ◦ green 165 ◦ blue 150

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

Shades of Mantle #9CA596

Tints of Mantle #9CA596

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.03%

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

R = 33.12%
G = 35.03%
B = 31.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#9CA596 (or 0x9CA596) is known color: Mantle. HEX triplet: 9C, A5 and 96. RGB value is (156,165,150). Sum of RGB (Red+Green+Blue) = 156+165+150=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA596 is #635A69. Grayscale: #A0A0A0. Windows color (decimal): -6511210 or 9872796. OLE color: 9872796.

HSL color Cylindrical-coordinate representation of color #9CA596: hue angle of 96º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9CA596 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 165 150 -
CMYK 0.05 0 0.09 0.35
HSL 96º 0.08% 0.62% -
HSV(B) 96º 0.09% 0.65% -
XYZ 32.67 36.18 34.12 -
YUV 160.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 156 165 150 0.05 0 0.09 0.35 96 0.08 0.62
Hex 9C A5 96 5 0 9 23 60 8 3E
Octal 234 245 226 5 0 11 43 140 10 76
Binary 10011100 10100101 10010110 101 0 1001 100011 1100000 1000 111110

Color Harmonies of #9CA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA596

Black with #9CA596

Text Example


Text Example

White with #9CA596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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