#9FA48E

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

Shades of Bud #9FA48E

Tints of Bud #9FA48E

Color information

#9FA48E (or 0x9FA48E) is unknown color: approx Bud. HEX triplet: 9F, A4 and 8E. RGB value is (159,164,142). Sum of RGB (Red+Green+Blue) = 159+164+142=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA48E is #605B71. Grayscale: #A0A0A0. Windows color (decimal): -6314866 or 9348255. OLE color: 9348255.

HSL color Cylindrical-coordinate representation of color #9FA48E: hue angle of 73.64º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FA48E is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB159164142-
CMYK0.0300.130.36
HSL73.64º10.78%60%-
HSV(B)73.64º13.41%64.31%-
XYZ32.4635.8730.81-
YUV160117.84127.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.19%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=34.19%
G=35.27%
B=30.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591641420.0300.130.3673.6410.7860
Hex9FA48E30D244ab3c
Octal2372442163015441121374
Binary100111111010010010001110110110110010010010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,142); }

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

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

 a { background-color: rgb(159,164,142); }

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

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

 span { border-color: rgb(159,164,142); }

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