#9BAC73

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

Shades of Sage #9BAC73

Tints of Sage #9BAC73

Color information

#9BAC73 (or 0x9BAC73) is unknown color: approx Sage. HEX triplet: 9B, AC and 73. RGB value is (155,172,115). Sum of RGB (Red+Green+Blue) = 155+172+115=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC73 is #64538C. Grayscale: #A0A0A0. Windows color (decimal): -6574989 or 7580827. OLE color: 7580827.

HSL color Cylindrical-coordinate representation of color #9BAC73: hue angle of 77.89º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BAC73 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB155172115-
CMYK0.1000.330.33
HSL77.89º25.56%56.27%-
HSV(B)77.89º33.14%67.45%-
XYZ31.3637.7121.85-
YUV160.42102.37124.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.07%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=35.07%
G=38.91%
B=26.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721150.1000.330.3377.8925.5656.27
Hex9BAC73A021214e1a38
Octal23325416312041411163270
Binary1001101110101100111001110100100001100001100111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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