#9DA481

Color #9DA481 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #9DA481

Tints of Sage #9DA481

Color information

#9DA481 (or 0x9DA481) is unknown color: approx Sage. HEX triplet: 9D, A4 and 81. RGB value is (157,164,129). Sum of RGB (Red+Green+Blue) = 157+164+129=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA481 is #625B7E. Grayscale: #9E9E9E. Windows color (decimal): -6445951 or 8496285. OLE color: 8496285.

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

Color convert

RGB157164129-
CMYK0.0400.210.36
HSL72º16.13%57.45%-
HSV(B)72º21.34%64.31%-
XYZ31.1435.325.94-
YUV157.92111.68127.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.89%
GREEN value IS 164 (64.45% from 255) = 36.44%
BLUE value IS 129 (50.78% from 255) = 28.67%
R=34.89%
G=36.44%
B=28.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571641290.0400.210.367216.1357.45
Hex9DA481401524481039
Octal2352442014025441102071
Binary100111011010010010000001100010101100100100100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,164,129); }

 H1.HeaderClassName
 {
   color: #9DA481;
 }
 .AnyTagClassName
 {
   color: #9DA481;
 }
</style>
background-color css

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

 a { background-color: rgb(157,164,129); }

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

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

 span { border-color: rgb(157,164,129); }

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