#9BA471

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

Shades of Sage #9BA471

Tints of Sage #9BA471

Color information

#9BA471 (or 0x9BA471) is unknown color: approx Sage. HEX triplet: 9B, A4 and 71. RGB value is (155,164,113). Sum of RGB (Red+Green+Blue) = 155+164+113=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA471 is #645B8E. Grayscale: #9B9B9B. Windows color (decimal): -6577039 or 7447707. OLE color: 7447707.

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

Color convert

RGB155164113-
CMYK0.0500.310.36
HSL70.59º21.89%54.31%-
HSV(B)70.59º31.1%64.31%-
XYZ29.7734.7120.75-
YUV155.5104.02127.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.88%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=35.88%
G=37.96%
B=26.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641130.0500.310.3670.5921.8954.31
Hex9BA471501F24471636
Octal2332441615037441072666
Binary10011011101001001110001101011111100100100011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,164,113); }

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

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

 a { background-color: rgb(155,164,113); }

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

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

 span { border-color: rgb(155,164,113); }

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