Html Css Color HEX #9CA59B Mantle

📋 copy color: '#9CA59B'

red 156 ◦ green 165 ◦ blue 155

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

Shades of Mantle #9CA59B

Tints of Mantle #9CA59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.56%

R = 32.77%
G = 34.66%
B = 32.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#9CA59B (or 0x9CA59B) is known color: Mantle. HEX triplet: 9C, A5 and 9B. RGB value is (156,165,155). Sum of RGB (Red+Green+Blue) = 156+165+155=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA59B is #635A64. Grayscale: #A1A1A1. Windows color (decimal): -6511205 or 10200476. OLE color: 10200476.

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

Color convert

RGB 156 165 155 -
CMYK 0.05 0 0.06 0.35
HSL 114º 0.05% 0.63% -
HSV(B) 114º 0.06% 0.65% -
XYZ 33.08 36.34 36.28 -
YUV 161.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 156 165 155 0.05 0 0.06 0.35 114 0.05 0.63
Hex 9C A5 9B 5 0 6 23 72 5 3F
Octal 234 245 233 5 0 6 43 162 5 77
Binary 10011100 10100101 10011011 101 0 110 100011 1110010 101 111111

Color Harmonies of #9CA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA59B

Black with #9CA59B

Text Example


Text Example

White with #9CA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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