#9BA37A

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

Shades of Sage #9BA37A

Tints of Sage #9BA37A

Color information

#9BA37A (or 0x9BA37A) is unknown color: approx Sage. HEX triplet: 9B, A3 and 7A. RGB value is (155,163,122). Sum of RGB (Red+Green+Blue) = 155+163+122=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA37A is #645C85. Grayscale: #9C9C9C. Windows color (decimal): -6577286 or 8037275. OLE color: 8037275.

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

Color convert

RGB155163122-
CMYK0.0500.250.36
HSL71.71º18.22%55.88%-
HSV(B)71.71º25.15%63.92%-
XYZ30.1334.5723.5-
YUV155.93108.85127.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.23%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=35.23%
G=37.05%
B=27.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551631220.0500.250.3671.7118.2255.88
Hex9BA37A501924481238
Octal2332431725031441102270
Binary10011011101000111111010101011001100100100100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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