#9CAA84

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

Shades of Sage #9CAA84

Tints of Sage #9CAA84

Color information

#9CAA84 (or 0x9CAA84) is unknown color: approx Sage. HEX triplet: 9C, AA and 84. RGB value is (156,170,132). Sum of RGB (Red+Green+Blue) = 156+170+132=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA84 is #63557B. Grayscale: #A1A1A1. Windows color (decimal): -6509948 or 8694428. OLE color: 8694428.

HSL color Cylindrical-coordinate representation of color #9CAA84: hue angle of 82.11º 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 #9CAA84 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB156170132-
CMYK0.0800.220.33
HSL82.11º18.27%59.22%-
HSV(B)82.11º22.35%66.67%-
XYZ32.2537.4827.37-
YUV161.48111.36124.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.06%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 132 (51.95% from 255) = 28.82%
R=34.06%
G=37.12%
B=28.82%

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
Decimal1561701320.0800.220.3382.1118.2759.22
Hex9CAA8480162152123b
Octal23425220410026411222273
Binary1001110010101010100001001000010110100001101001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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