#9DAA84

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

Shades of Sage #9DAA84

Tints of Sage #9DAA84

Color information

#9DAA84 (or 0x9DAA84) is unknown color: approx Sage. HEX triplet: 9D, AA and 84. RGB value is (157,170,132). Sum of RGB (Red+Green+Blue) = 157+170+132=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAA84 is #62557B. Grayscale: #A1A1A1. Windows color (decimal): -6444412 or 8694429. OLE color: 8694429.

HSL color Cylindrical-coordinate representation of color #9DAA84: hue angle of 80.53º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DAA84 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB157170132-
CMYK0.0800.220.33
HSL80.53º18.27%59.22%-
HSV(B)80.53º22.35%66.67%-
XYZ32.4437.5827.37-
YUV161.78111.19124.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.20%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=34.20%
G=37.04%
B=28.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571701320.0800.220.3380.5318.2759.22
Hex9DAA8480162151123b
Octal23525220410026411212273
Binary1001110110101010100001001000010110100001101000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,132); }

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

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

 a { background-color: rgb(157,170,132); }

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

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

 span { border-color: rgb(157,170,132); }

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