#9BA17B

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

Shades of Sage #9BA17B

Tints of Sage #9BA17B

Color information

#9BA17B (or 0x9BA17B) is unknown color: approx Sage. HEX triplet: 9B, A1 and 7B. RGB value is (155,161,123). Sum of RGB (Red+Green+Blue) = 155+161+123=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA17B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA17B is #645E84. Grayscale: #9B9B9B. Windows color (decimal): -6577797 or 8102299. OLE color: 8102299.

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

Color convert

RGB155161123-
CMYK0.0400.240.37
HSL69.47º16.81%55.69%-
HSV(B)69.47º23.6%63.14%-
XYZ29.8433.8923.71-
YUV154.87110.01128.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=35.31%
G=36.67%
B=28.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551611230.0400.240.3769.4716.8155.69
Hex9BA17B401825451138
Octal2332411734030451052170
Binary10011011101000011111011100011000100101100010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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