#9FA18D

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

Shades of Bud #9FA18D

Tints of Bud #9FA18D

Color information

#9FA18D (or 0x9FA18D) is unknown color: approx Bud. HEX triplet: 9F, A1 and 8D. RGB value is (159,161,141). Sum of RGB (Red+Green+Blue) = 159+161+141=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA18D is #605E72. Grayscale: #9E9E9E. Windows color (decimal): -6315635 or 9281951. OLE color: 9281951.

HSL color Cylindrical-coordinate representation of color #9FA18D: hue angle of 66º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FA18D is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB159161141-
CMYK0.0100.120.37
HSL66º9.62%59.22%-
HSV(B)66º12.42%63.14%-
XYZ31.8534.7830.23-
YUV158.12118.34128.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.49%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=34.49%
G=34.92%
B=30.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591611410.0100.120.37669.6259.22
Hex9FA18D10C2542a3b
Octal2372412151014451021273
Binary10011111101000011000110110110010010110000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,141); }

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

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

 a { background-color: rgb(159,161,141); }

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

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

 span { border-color: rgb(159,161,141); }

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