#9BA47D

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

Shades of Sage #9BA47D

Tints of Sage #9BA47D

Color information

#9BA47D (or 0x9BA47D) is unknown color: approx Sage. HEX triplet: 9B, A4 and 7D. RGB value is (155,164,125). Sum of RGB (Red+Green+Blue) = 155+164+125=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA47D is #645B82. Grayscale: #9D9D9D. Windows color (decimal): -6577027 or 8234139. OLE color: 8234139.

HSL color Cylindrical-coordinate representation of color #9BA47D: hue angle of 73.85º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA47D is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB155164125-
CMYK0.0500.240.36
HSL73.85º17.65%56.67%-
HSV(B)73.85º23.78%64.31%-
XYZ30.493524.55-
YUV156.86110.02126.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.91%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=34.91%
G=36.94%
B=28.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641250.0500.240.3673.8517.6556.67
Hex9BA47D5018244a1239
Octal2332441755030441122271
Binary10011011101001001111101101011000100100100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,164,125); }

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

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

 a { background-color: rgb(155,164,125); }

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

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

 span { border-color: rgb(155,164,125); }

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