#9BA089

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

Shades of Sage #9BA089

Tints of Sage #9BA089

Color information

#9BA089 (or 0x9BA089) is unknown color: approx Sage. HEX triplet: 9B, A0 and 89. RGB value is (155,160,137). Sum of RGB (Red+Green+Blue) = 155+160+137=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA089 is #645F76. Grayscale: #9B9B9B. Windows color (decimal): -6578039 or 9019547. OLE color: 9019547.

HSL color Cylindrical-coordinate representation of color #9BA089: hue angle of 73.04º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA089 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB155160137-
CMYK0.0300.140.37
HSL73.04º10.8%58.24%-
HSV(B)73.04º14.37%62.75%-
XYZ30.633.9228.6-
YUV155.88117.34127.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 160 (62.89% from 255) = 35.40%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=34.29%
G=35.40%
B=30.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601370.0300.140.3773.0410.858.24
Hex9BA08930E2549b3a
Octal2332402113016451111372
Binary100110111010000010001001110111010010110010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,160,137); }

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

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

 a { background-color: rgb(155,160,137); }

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

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

 span { border-color: rgb(155,160,137); }

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