Html Css Color HEX #9CA973 Sage

📋 copy color: '#9CA973'

red 156 ◦ green 169 ◦ blue 115

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

Shades of Sage #9CA973

Tints of Sage #9CA973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.41%

 BLUE value IS 115 (45.31% from 255) = 26.14%

R = 35.45%
G = 38.41%
B = 26.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#9CA973 (or 0x9CA973) is known color: Sage. HEX triplet: 9C, A9 and 73. RGB value is (156,169,115). Sum of RGB (Red+Green+Blue) = 156+169+115=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA973 is #63568C. Grayscale: #9F9F9F. Windows color (decimal): -6510221 or 7580060. OLE color: 7580060.

HSL color Cylindrical-coordinate representation of color #9CA973: hue angle of 74.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CA973 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 169 115 -
CMYK 0.08 0 0.32 0.34
HSL 74.44º 0.24% 0.56% -
HSV(B) 74.44º 0.32% 0.66% -
XYZ 30.99 36.68 21.67 -
YUV 158.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 156 169 115 0.08 0 0.32 0.34 74.44 0.24 0.56
Hex 9C A9 73 8 0 20 22 4A 18 38
Octal 234 251 163 10 0 40 42 112 30 70
Binary 10011100 10101001 1110011 1000 0 100000 100010 1001010 11000 111000

Color Harmonies of #9CA973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA973

Black with #9CA973

Text Example


Text Example

White with #9CA973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,169,115); }

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

background-color css

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

 a { background-color: rgb(156,169,115); }

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

border-color css

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

 span { border-color: rgb(156,169,115); }

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