#9BA87C

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

Shades of Sage #9BA87C

Tints of Sage #9BA87C

Color information

#9BA87C (or 0x9BA87C) is unknown color: approx Sage. HEX triplet: 9B, A8 and 7C. RGB value is (155,168,124). Sum of RGB (Red+Green+Blue) = 155+168+124=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA87C is #645783. Grayscale: #9F9F9F. Windows color (decimal): -6576004 or 8169627. OLE color: 8169627.

HSL color Cylindrical-coordinate representation of color #9BA87C: hue angle of 77.73º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BA87C is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB155168124-
CMYK0.0800.260.34
HSL77.73º20.18%57.25%-
HSV(B)77.73º26.19%65.88%-
XYZ31.1636.4324.46-
YUV159.1108.19125.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=34.68%
G=37.58%
B=27.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551681240.0800.260.3477.7320.1857.25
Hex9BA87C801A224e1439
Octal23325017410032421162471
Binary100110111010100011111001000011010100010100111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,168,124); }

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

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

 a { background-color: rgb(155,168,124); }

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

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

 span { border-color: rgb(155,168,124); }

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