Html Css Color HEX #9CA799 Mantle

📋 copy color: '#9CA799'

red 156 ◦ green 167 ◦ blue 153

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

Shades of Mantle #9CA799

Tints of Mantle #9CA799

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.08%

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

R = 32.77%
G = 35.08%
B = 32.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#9CA799 (or 0x9CA799) is known color: Mantle. HEX triplet: 9C, A7 and 99. RGB value is (156,167,153). Sum of RGB (Red+Green+Blue) = 156+167+153=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA799 is #635866. Grayscale: #A2A2A2. Windows color (decimal): -6510695 or 10069916. OLE color: 10069916.

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

Color convert

RGB 156 167 153 -
CMYK 0.07 0 0.08 0.35
HSL 107.14º 0.07% 0.63% -
HSV(B) 107.14º 0.08% 0.65% -
XYZ 33.28 37.01 35.53 -
YUV 162.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 156 167 153 0.07 0 0.08 0.35 107.14 0.07 0.63
Hex 9C A7 99 7 0 8 23 6B 7 3F
Octal 234 247 231 7 0 10 43 153 7 77
Binary 10011100 10100111 10011001 111 0 1000 100011 1101011 111 111111

Color Harmonies of #9CA799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA799

Black with #9CA799

Text Example


Text Example

White with #9CA799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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