#9BA47A

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

Shades of Sage #9BA47A

Tints of Sage #9BA47A

Color information

#9BA47A (or 0x9BA47A) is unknown color: approx Sage. HEX triplet: 9B, A4 and 7A. RGB value is (155,164,122). Sum of RGB (Red+Green+Blue) = 155+164+122=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA47A is #645B85. Grayscale: #9C9C9C. Windows color (decimal): -6577030 or 8037531. OLE color: 8037531.

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

Color convert

RGB155164122-
CMYK0.0500.260.36
HSL72.86º18.75%56.08%-
HSV(B)72.86º25.61%64.31%-
XYZ30.3134.9223.56-
YUV156.52108.52126.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=35.15%
G=37.19%
B=27.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641220.0500.260.3672.8618.7556.08
Hex9BA47A501A24491338
Octal2332441725032441112370
Binary10011011101001001111010101011010100100100100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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