#9BAC72

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

Shades of Sage #9BAC72

Tints of Sage #9BAC72

Color information

#9BAC72 (or 0x9BAC72) is unknown color: approx Sage. HEX triplet: 9B, AC and 72. RGB value is (155,172,114). Sum of RGB (Red+Green+Blue) = 155+172+114=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC72 is #64538D. Grayscale: #A0A0A0. Windows color (decimal): -6574990 or 7515291. OLE color: 7515291.

HSL color Cylindrical-coordinate representation of color #9BAC72: hue angle of 77.59º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BAC72 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB155172114-
CMYK0.1000.340.33
HSL77.59º25.89%56.08%-
HSV(B)77.59º33.72%67.45%-
XYZ31.3137.6921.54-
YUV160.3101.87124.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=35.15%
G=39.00%
B=25.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721140.1000.340.3377.5925.8956.08
Hex9BAC72A022214e1a38
Octal23325416212042411163270
Binary1001101110101100111001010100100010100001100111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,172,114); }

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

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

 a { background-color: rgb(155,172,114); }

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

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

 span { border-color: rgb(155,172,114); }

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