#9BA47F

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

Shades of Sage #9BA47F

Tints of Sage #9BA47F

Color information

#9BA47F (or 0x9BA47F) is unknown color: approx Sage. HEX triplet: 9B, A4 and 7F. RGB value is (155,164,127). Sum of RGB (Red+Green+Blue) = 155+164+127=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA47F is #645B80. Grayscale: #9D9D9D. Windows color (decimal): -6577025 or 8365211. OLE color: 8365211.

HSL color Cylindrical-coordinate representation of color #9BA47F: hue angle of 74.59º 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 #9BA47F is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB155164127-
CMYK0.0500.230.36
HSL74.59º16.89%57.06%-
HSV(B)74.59º22.56%64.31%-
XYZ30.6235.0525.23-
YUV157.09111.02126.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 127 (50% from 255) = 28.48%
R=34.75%
G=36.77%
B=28.48%

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
Decimal1551641270.0500.230.3674.5916.8957.06
Hex9BA47F5017244b1139
Octal2332441775027441132171
Binary10011011101001001111111101010111100100100101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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