#9BA373

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

Shades of Sage #9BA373

Tints of Sage #9BA373

Color information

#9BA373 (or 0x9BA373) is unknown color: approx Sage. HEX triplet: 9B, A3 and 73. RGB value is (155,163,115). Sum of RGB (Red+Green+Blue) = 155+163+115=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA373 is #645C8C. Grayscale: #9B9B9B. Windows color (decimal): -6577293 or 7578523. OLE color: 7578523.

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

Color convert

RGB155163115-
CMYK0.0500.290.36
HSL70º20.69%54.51%-
HSV(B)70º29.45%63.92%-
XYZ29.7134.421.29-
YUV155.14105.35127.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 163 (64.06% from 255) = 37.64%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=35.80%
G=37.64%
B=26.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551631150.0500.290.367020.6954.51
Hex9BA373501D24461537
Octal2332431635035441062567
Binary10011011101000111110011101011101100100100011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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