#9BA873

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

Shades of Sage #9BA873

Tints of Sage #9BA873

Color information

#9BA873 (or 0x9BA873) is unknown color: approx Sage. HEX triplet: 9B, A8 and 73. RGB value is (155,168,115). Sum of RGB (Red+Green+Blue) = 155+168+115=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA873 is #64578C. Grayscale: #9E9E9E. Windows color (decimal): -6576013 or 7579803. OLE color: 7579803.

HSL color Cylindrical-coordinate representation of color #9BA873: hue angle of 74.72º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BA873 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB155168115-
CMYK0.0800.320.34
HSL74.72º23.35%55.49%-
HSV(B)74.72º31.55%65.88%-
XYZ30.6136.2121.6-
YUV158.07103.69125.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 168 (66.02% from 255) = 38.36%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=35.39%
G=38.36%
B=26.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551681150.0800.320.3474.7223.3555.49
Hex9BA8738020224b1737
Octal23325016310040421132767
Binary1001101110101000111001110000100000100010100101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,168,115); }

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

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

 a { background-color: rgb(155,168,115); }

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

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

 span { border-color: rgb(155,168,115); }

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