Html Css Color HEX #9CA475 Sage

📋 copy color: '#9CA475'

red 156 ◦ green 164 ◦ blue 117

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

Shades of Sage #9CA475

Tints of Sage #9CA475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 35.7%
G = 37.53%
B = 26.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#9CA475 (or 0x9CA475) is known color: Sage. HEX triplet: 9C, A4 and 75. RGB value is (156,164,117). Sum of RGB (Red+Green+Blue) = 156+164+117=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA475 is #635B8A. Grayscale: #9C9C9C. Windows color (decimal): -6511499 or 7709852. OLE color: 7709852.

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

Color convert

RGB 156 164 117 -
CMYK 0.05 0 0.29 0.36
HSL 70.21º 0.21% 0.55% -
HSV(B) 70.21º 0.29% 0.64% -
XYZ 30.2 34.9 21.98 -
YUV 156.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 156 164 117 0.05 0 0.29 0.36 70.21 0.21 0.55
Hex 9C A4 75 5 0 1D 24 46 15 37
Octal 234 244 165 5 0 35 44 106 25 67
Binary 10011100 10100100 1110101 101 0 11101 100100 1000110 10101 110111

Color Harmonies of #9CA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA475

Black with #9CA475

Text Example


Text Example

White with #9CA475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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