Html Css Color HEX #9CA47F Sage

📋 copy color: '#9CA47F'

red 156 ◦ green 164 ◦ blue 127

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

Shades of Sage #9CA47F

Tints of Sage #9CA47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.41%

R = 34.9%
G = 36.69%
B = 28.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#9CA47F (or 0x9CA47F) is known color: Sage. HEX triplet: 9C, A4 and 7F. RGB value is (156,164,127). Sum of RGB (Red+Green+Blue) = 156+164+127=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA47F is #635B80. Grayscale: #9D9D9D. Windows color (decimal): -6511489 or 8365212. OLE color: 8365212.

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

Color convert

RGB 156 164 127 -
CMYK 0.05 0 0.23 0.36
HSL 72.97º 0.17% 0.57% -
HSV(B) 72.97º 0.23% 0.64% -
XYZ 30.82 35.15 25.24 -
YUV 157.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 156 164 127 0.05 0 0.23 0.36 72.97 0.17 0.57
Hex 9C A4 7F 5 0 17 24 49 11 39
Octal 234 244 177 5 0 27 44 111 21 71
Binary 10011100 10100100 1111111 101 0 10111 100100 1001001 10001 111001

Color Harmonies of #9CA47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA47F

Black with #9CA47F

Text Example


Text Example

White with #9CA47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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