#9FA889

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

Shades of Bud #9FA889

Tints of Bud #9FA889

Color information

#9FA889 (or 0x9FA889) is unknown color: approx Bud. HEX triplet: 9F, A8 and 89. RGB value is (159,168,137). Sum of RGB (Red+Green+Blue) = 159+168+137=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA889 is #605776. Grayscale: #A1A1A1. Windows color (decimal): -6313847 or 9021599. OLE color: 9021599.

HSL color Cylindrical-coordinate representation of color #9FA889: hue angle of 77.42º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FA889 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB159168137-
CMYK0.0500.180.34
HSL77.42º15.12%59.8%-
HSV(B)77.42º18.45%65.88%-
XYZ32.8237.1829.11-
YUV161.77114.02126.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.27%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 137 (53.91% from 255) = 29.53%
R=34.27%
G=36.21%
B=29.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591681370.0500.180.3477.4215.1259.8
Hex9FA8895012224df3c
Octal2372502115022421151774
Binary10011111101010001000100110101001010001010011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,168,137); }

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

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

 a { background-color: rgb(159,168,137); }

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

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

 span { border-color: rgb(159,168,137); }

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