Html Css Color HEX #9CA37C Sage

📋 copy color: '#9CA37C'

red 156 ◦ green 163 ◦ blue 124

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

Shades of Sage #9CA37C

Tints of Sage #9CA37C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.79%

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 35.21%
G = 36.79%
B = 27.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#9CA37C (or 0x9CA37C) is known color: Sage. HEX triplet: 9C, A3 and 7C. RGB value is (156,163,124). Sum of RGB (Red+Green+Blue) = 156+163+124=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA37C is #635C83. Grayscale: #9C9C9C. Windows color (decimal): -6511748 or 8168348. OLE color: 8168348.

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

Color convert

RGB 156 163 124 -
CMYK 0.04 0 0.24 0.36
HSL 70.77º 0.17% 0.56% -
HSV(B) 70.77º 0.24% 0.64% -
XYZ 30.45 34.72 24.17 -
YUV 156.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 156 163 124 0.04 0 0.24 0.36 70.77 0.17 0.56
Hex 9C A3 7C 4 0 18 24 47 11 38
Octal 234 243 174 4 0 30 44 107 21 70
Binary 10011100 10100011 1111100 100 0 11000 100100 1000111 10001 111000

Color Harmonies of #9CA37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA37C

Black with #9CA37C

Text Example


Text Example

White with #9CA37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,163,124); }

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

background-color css

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

 a { background-color: rgb(156,163,124); }

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

border-color css

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

 span { border-color: rgb(156,163,124); }

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