#9BAC71

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

Shades of Sage #9BAC71

Tints of Sage #9BAC71

Color information

#9BAC71 (or 0x9BAC71) is unknown color: approx Sage. HEX triplet: 9B, AC and 71. RGB value is (155,172,113). Sum of RGB (Red+Green+Blue) = 155+172+113=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC71 is #64538E. Grayscale: #A0A0A0. Windows color (decimal): -6574991 or 7449755. OLE color: 7449755.

HSL color Cylindrical-coordinate representation of color #9BAC71: hue angle of 77.29º 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 #9BAC71 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB155172113-
CMYK0.1000.340.33
HSL77.29º26.22%55.88%-
HSV(B)77.29º34.3%67.45%-
XYZ31.2537.6721.25-
YUV160.19101.37124.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.23%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=35.23%
G=39.09%
B=25.68%

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
Decimal1551721130.1000.340.3377.2926.2255.88
Hex9BAC71A022214d1a38
Octal23325416112042411153270
Binary1001101110101100111000110100100010100001100110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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