Html Css Color HEX #9CA47A Sage

📋 copy color: '#9CA47A'

red 156 ◦ green 164 ◦ blue 122

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

Shades of Sage #9CA47A

Tints of Sage #9CA47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 35.29%
G = 37.1%
B = 27.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#9CA47A (or 0x9CA47A) is known color: Sage. HEX triplet: 9C, A4 and 7A. RGB value is (156,164,122). Sum of RGB (Red+Green+Blue) = 156+164+122=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA47A is #635B85. Grayscale: #9C9C9C. Windows color (decimal): -6511494 or 8037532. OLE color: 8037532.

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

Color convert

RGB 156 164 122 -
CMYK 0.05 0 0.26 0.36
HSL 71.43º 0.19% 0.56% -
HSV(B) 71.43º 0.26% 0.64% -
XYZ 30.5 35.02 23.57 -
YUV 156.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 156 164 122 0.05 0 0.26 0.36 71.43 0.19 0.56
Hex 9C A4 7A 5 0 1A 24 47 13 38
Octal 234 244 172 5 0 32 44 107 23 70
Binary 10011100 10100100 1111010 101 0 11010 100100 1000111 10011 111000

Color Harmonies of #9CA47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA47A

Black with #9CA47A

Text Example


Text Example

White with #9CA47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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