Html Css Color HEX #9CA479 Sage

📋 copy color: '#9CA479'

red 156 ◦ green 164 ◦ blue 121

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

Shades of Sage #9CA479

Tints of Sage #9CA479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.44%

R = 35.37%
G = 37.19%
B = 27.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#9CA479 (or 0x9CA479) is known color: Sage. HEX triplet: 9C, A4 and 79. RGB value is (156,164,121). Sum of RGB (Red+Green+Blue) = 156+164+121=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA479 is #635B86. Grayscale: #9C9C9C. Windows color (decimal): -6511495 or 7971996. OLE color: 7971996.

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

Color convert

RGB 156 164 121 -
CMYK 0.05 0 0.26 0.36
HSL 71.16º 0.19% 0.56% -
HSV(B) 71.16º 0.26% 0.64% -
XYZ 30.44 35 23.24 -
YUV 156.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 156 164 121 0.05 0 0.26 0.36 71.16 0.19 0.56
Hex 9C A4 79 5 0 1A 24 47 13 38
Octal 234 244 171 5 0 32 44 107 23 70
Binary 10011100 10100100 1111001 101 0 11010 100100 1000111 10011 111000

Color Harmonies of #9CA479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA479

Black with #9CA479

Text Example


Text Example

White with #9CA479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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