#9FA986

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

Shades of Bud #9FA986

Tints of Bud #9FA986

Color information

#9FA986 (or 0x9FA986) is unknown color: approx Bud. HEX triplet: 9F, A9 and 86. RGB value is (159,169,134). Sum of RGB (Red+Green+Blue) = 159+169+134=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA986 is #605679. Grayscale: #A2A2A2. Windows color (decimal): -6313594 or 8825247. OLE color: 8825247.

HSL color Cylindrical-coordinate representation of color #9FA986: hue angle of 77.14º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FA986 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB159169134-
CMYK0.0600.210.34
HSL77.14º16.91%59.41%-
HSV(B)77.14º20.71%66.27%-
XYZ32.7937.4728.06-
YUV162.02112.19125.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=34.42%
G=36.58%
B=29.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591691340.0600.210.3477.1416.9159.41
Hex9FA9866015224d113b
Octal2372512066025421152173
Binary100111111010100110000110110010101100010100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,134); }

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

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

 a { background-color: rgb(159,169,134); }

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

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

 span { border-color: rgb(159,169,134); }

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