#9FA18B

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

Shades of Bud #9FA18B

Tints of Bud #9FA18B

Color information

#9FA18B (or 0x9FA18B) is unknown color: approx Bud. HEX triplet: 9F, A1 and 8B. RGB value is (159,161,139). Sum of RGB (Red+Green+Blue) = 159+161+139=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA18B is #605E74. Grayscale: #9D9D9D. Windows color (decimal): -6315637 or 9150879. OLE color: 9150879.

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

Color convert

RGB159161139-
CMYK0.0100.140.37
HSL65.45º10.48%58.82%-
HSV(B)65.45º13.66%63.14%-
XYZ31.734.7229.46-
YUV157.89117.34128.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.64%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=34.64%
G=35.08%
B=30.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591611390.0100.140.3765.4510.4858.82
Hex9FA18B10E2541a3b
Octal2372412131016451011273
Binary10011111101000011000101110111010010110000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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