#9BA47E

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

Shades of Sage #9BA47E

Tints of Sage #9BA47E

Color information

#9BA47E (or 0x9BA47E) is unknown color: approx Sage. HEX triplet: 9B, A4 and 7E. RGB value is (155,164,126). Sum of RGB (Red+Green+Blue) = 155+164+126=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA47E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA47E is #645B81. Grayscale: #9D9D9D. Windows color (decimal): -6577026 or 8299675. OLE color: 8299675.

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

Color convert

RGB155164126-
CMYK0.0500.230.36
HSL74.21º17.27%56.86%-
HSV(B)74.21º23.17%64.31%-
XYZ30.5635.0324.89-
YUV156.98110.52126.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=34.83%
G=36.85%
B=28.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641260.0500.230.3674.2117.2756.86
Hex9BA47E5017244a1139
Octal2332441765027441122171
Binary10011011101001001111110101010111100100100101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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