Html Css Color HEX #9CA480 Sage

📋 copy color: '#9CA480'

red 156 ◦ green 164 ◦ blue 128

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

Shades of Sage #9CA480

Tints of Sage #9CA480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.57%

R = 34.82%
G = 36.61%
B = 28.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#9CA480 (or 0x9CA480) is known color: Sage. HEX triplet: 9C, A4 and 80. RGB value is (156,164,128). Sum of RGB (Red+Green+Blue) = 156+164+128=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA480 is #635B7F. Grayscale: #9D9D9D. Windows color (decimal): -6511488 or 8430748. OLE color: 8430748.

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

Color convert

RGB 156 164 128 -
CMYK 0.05 0 0.22 0.36
HSL 73.33º 0.17% 0.57% -
HSV(B) 73.33º 0.22% 0.64% -
XYZ 30.88 35.18 25.58 -
YUV 157.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 156 164 128 0.05 0 0.22 0.36 73.33 0.17 0.57
Hex 9C A4 80 5 0 16 24 49 11 39
Octal 234 244 200 5 0 26 44 111 21 71
Binary 10011100 10100100 10000000 101 0 10110 100100 1001001 10001 111001

Color Harmonies of #9CA480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA480

Black with #9CA480

Text Example


Text Example

White with #9CA480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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