#9BA485

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

Shades of Sage #9BA485

Tints of Sage #9BA485

Color information

#9BA485 (or 0x9BA485) is unknown color: approx Sage. HEX triplet: 9B, A4 and 85. RGB value is (155,164,133). Sum of RGB (Red+Green+Blue) = 155+164+133=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA485 is #645B7A. Grayscale: #9D9D9D. Windows color (decimal): -6577019 or 8758427. OLE color: 8758427.

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

Color convert

RGB155164133-
CMYK0.0500.190.36
HSL77.42º14.55%58.24%-
HSV(B)77.42º18.9%64.31%-
XYZ31.0335.2127.35-
YUV157.78114.02126.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 164 (64.45% from 255) = 36.28%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=34.29%
G=36.28%
B=29.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641330.0500.190.3677.4214.5558.24
Hex9BA4855013244df3a
Octal2332442055023441151772
Binary10011011101001001000010110101001110010010011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,164,133); }

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

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

 a { background-color: rgb(155,164,133); }

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

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

 span { border-color: rgb(155,164,133); }

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