#9AA783

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

Shades of Sage #9AA783

Tints of Sage #9AA783

Color information

#9AA783 (or 0x9AA783) is unknown color: approx Sage. HEX triplet: 9A, A7 and 83. RGB value is (154,167,131). Sum of RGB (Red+Green+Blue) = 154+167+131=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 167 - color contains mainly: green. Hex color #9AA783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA783 is #65587C. Grayscale: #9F9F9F. Windows color (decimal): -6641789 or 8628122. OLE color: 8628122.

HSL color Cylindrical-coordinate representation of color #9AA783: hue angle of 81.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AA783 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB154167131-
CMYK0.0800.220.35
HSL81.67º16.98%58.43%-
HSV(B)81.67º21.56%65.49%-
XYZ31.2436.1526.8-
YUV159.01112.19124.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 167 (65.62% from 255) = 36.95%
BLUE value IS 131 (51.56% from 255) = 28.98%
R=34.07%
G=36.95%
B=28.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541671310.0800.220.3581.6716.9858.43
Hex9AA78380162352113a
Octal23224720310026431222172
Binary1001101010100111100000111000010110100011101001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,167,131); }

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

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

 a { background-color: rgb(154,167,131); }

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

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

 span { border-color: rgb(154,167,131); }

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