#9BA172

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

Shades of Sage #9BA172

Tints of Sage #9BA172

Color information

#9BA172 (or 0x9BA172) is unknown color: approx Sage. HEX triplet: 9B, A1 and 72. RGB value is (155,161,114). Sum of RGB (Red+Green+Blue) = 155+161+114=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA172 is #645E8D. Grayscale: #9A9A9A. Windows color (decimal): -6577806 or 7512475. OLE color: 7512475.

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

Color convert

RGB155161114-
CMYK0.0400.290.37
HSL67.66º20%53.92%-
HSV(B)67.66º29.19%63.14%-
XYZ29.333.6720.87-
YUV153.85105.51128.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=36.05%
G=37.44%
B=26.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551611140.0400.290.3767.662053.92
Hex9BA172401D25441436
Octal2332411624035451042466
Binary10011011101000011110010100011101100101100010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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