#9BA17C

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

Shades of Sage #9BA17C

Tints of Sage #9BA17C

Color information

#9BA17C (or 0x9BA17C) is unknown color: approx Sage. HEX triplet: 9B, A1 and 7C. RGB value is (155,161,124). Sum of RGB (Red+Green+Blue) = 155+161+124=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA17C is #645E83. Grayscale: #9B9B9B. Windows color (decimal): -6577796 or 8167835. OLE color: 8167835.

HSL color Cylindrical-coordinate representation of color #9BA17C: hue angle of 69.73º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BA17C is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB155161124-
CMYK0.0400.230.37
HSL69.73º16.44%55.88%-
HSV(B)69.73º22.98%63.14%-
XYZ29.933.9124.04-
YUV154.99110.51128.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.23%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=35.23%
G=36.59%
B=28.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551611240.0400.230.3769.7316.4455.88
Hex9BA17C401725461038
Octal2332411744027451062070
Binary10011011101000011111100100010111100101100011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,161,124); }

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

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

 a { background-color: rgb(155,161,124); }

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

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

 span { border-color: rgb(155,161,124); }

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