Html Css Color HEX #9CA47D Sage

📋 copy color: '#9CA47D'

red 156 ◦ green 164 ◦ blue 125

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

Shades of Sage #9CA47D

Tints of Sage #9CA47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.85%

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 35.06%
G = 36.85%
B = 28.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#9CA47D (or 0x9CA47D) is known color: Sage. HEX triplet: 9C, A4 and 7D. RGB value is (156,164,125). Sum of RGB (Red+Green+Blue) = 156+164+125=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA47D is #635B82. Grayscale: #9D9D9D. Windows color (decimal): -6511491 or 8234140. OLE color: 8234140.

HSL color Cylindrical-coordinate representation of color #9CA47D: hue angle of 72.31º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CA47D is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 164 125 -
CMYK 0.05 0 0.24 0.36
HSL 72.31º 0.18% 0.57% -
HSV(B) 72.31º 0.24% 0.64% -
XYZ 30.69 35.1 24.56 -
YUV 157.16 109.85 127.17 -
System Red Green Blue C M Y K H S L
Decimal 156 164 125 0.05 0 0.24 0.36 72.31 0.18 0.57
Hex 9C A4 7D 5 0 18 24 48 12 39
Octal 234 244 175 5 0 30 44 110 22 71
Binary 10011100 10100100 1111101 101 0 11000 100100 1001000 10010 111001

Color Harmonies of #9CA47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA47D

Black with #9CA47D

Text Example


Text Example

White with #9CA47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,164,125); }

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

background-color css

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

 a { background-color: rgb(156,164,125); }

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

border-color css

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

 span { border-color: rgb(156,164,125); }

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