Html Css Color HEX #9CA471 Sage

📋 copy color: '#9CA471'

red 156 ◦ green 164 ◦ blue 113

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

Shades of Sage #9CA471

Tints of Sage #9CA471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.1%

R = 36.03%
G = 37.88%
B = 26.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#9CA471 (or 0x9CA471) is known color: Sage. HEX triplet: 9C, A4 and 71. RGB value is (156,164,113). Sum of RGB (Red+Green+Blue) = 156+164+113=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA471 is #635B8E. Grayscale: #9B9B9B. Windows color (decimal): -6511503 or 7447708. OLE color: 7447708.

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

Color convert

RGB 156 164 113 -
CMYK 0.05 0 0.31 0.36
HSL 69.41º 0.22% 0.54% -
HSV(B) 69.41º 0.31% 0.64% -
XYZ 29.97 34.81 20.76 -
YUV 155.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 156 164 113 0.05 0 0.31 0.36 69.41 0.22 0.54
Hex 9C A4 71 5 0 1F 24 45 16 36
Octal 234 244 161 5 0 37 44 105 26 66
Binary 10011100 10100100 1110001 101 0 11111 100100 1000101 10110 110110

Color Harmonies of #9CA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA471

Black with #9CA471

Text Example


Text Example

White with #9CA471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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