#9BA387

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

Shades of Sage #9BA387

Tints of Sage #9BA387

Color information

#9BA387 (or 0x9BA387) is unknown color: approx Sage. HEX triplet: 9B, A3 and 87. RGB value is (155,163,135). Sum of RGB (Red+Green+Blue) = 155+163+135=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA387 is #645C78. Grayscale: #9D9D9D. Windows color (decimal): -6577273 or 8889243. OLE color: 8889243.

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

Color convert

RGB155163135-
CMYK0.0500.170.36
HSL77.14º13.21%58.43%-
HSV(B)77.14º17.18%63.92%-
XYZ30.9934.9128.03-
YUV157.42115.35126.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=34.22%
G=35.98%
B=29.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551631350.0500.170.3677.1413.2158.43
Hex9BA3875011244dd3a
Octal2332432075021441151572
Binary10011011101000111000011110101000110010010011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,163,135); }

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

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

 a { background-color: rgb(155,163,135); }

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

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

 span { border-color: rgb(155,163,135); }

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