#9BAB7C

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

Shades of Sage #9BAB7C

Tints of Sage #9BAB7C

Color information

#9BAB7C (or 0x9BAB7C) is unknown color: approx Sage. HEX triplet: 9B, AB and 7C. RGB value is (155,171,124). Sum of RGB (Red+Green+Blue) = 155+171+124=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB7C is #645483. Grayscale: #A1A1A1. Windows color (decimal): -6575236 or 8170395. OLE color: 8170395.

HSL color Cylindrical-coordinate representation of color #9BAB7C: hue angle of 80.43º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BAB7C is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB155171124-
CMYK0.0900.270.33
HSL80.43º21.86%57.84%-
HSV(B)80.43º27.49%67.06%-
XYZ31.7237.5524.64-
YUV160.86107.2123.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.44%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=34.44%
G=38%
B=27.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551711240.0900.270.3380.4321.8657.84
Hex9BAB7C901B2150163a
Octal23325317411033411202672
Binary100110111010101111111001001011011100001101000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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