#9BA57A

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

Shades of Sage #9BA57A

Tints of Sage #9BA57A

Color information

#9BA57A (or 0x9BA57A) is unknown color: approx Sage. HEX triplet: 9B, A5 and 7A. RGB value is (155,165,122). Sum of RGB (Red+Green+Blue) = 155+165+122=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA57A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA57A is #645A85. Grayscale: #9D9D9D. Windows color (decimal): -6576774 or 8037787. OLE color: 8037787.

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

Color convert

RGB155165122-
CMYK0.0600.260.35
HSL73.95º19.28%56.27%-
HSV(B)73.95º26.06%64.71%-
XYZ30.4935.2823.62-
YUV157.11108.19126.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.07%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=35.07%
G=37.33%
B=27.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551651220.0600.260.3573.9519.2856.27
Hex9BA57A601A234a1338
Octal2332451726032431122370
Binary10011011101001011111010110011010100011100101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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