#9BA872

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

Shades of Sage #9BA872

Tints of Sage #9BA872

Color information

#9BA872 (or 0x9BA872) is unknown color: approx Sage. HEX triplet: 9B, A8 and 72. RGB value is (155,168,114). Sum of RGB (Red+Green+Blue) = 155+168+114=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA872 is #64578D. Grayscale: #9E9E9E. Windows color (decimal): -6576014 or 7514267. OLE color: 7514267.

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

Color convert

RGB155168114-
CMYK0.0800.320.34
HSL74.44º23.68%55.29%-
HSV(B)74.44º32.14%65.88%-
XYZ30.5636.1921.29-
YUV157.96103.19125.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=35.47%
G=38.44%
B=26.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551681140.0800.320.3474.4423.6855.29
Hex9BA8728020224a1837
Octal23325016210040421123067
Binary1001101110101000111001010000100000100010100101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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