#9FA28D

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

Shades of Bud #9FA28D

Tints of Bud #9FA28D

Color information

#9FA28D (or 0x9FA28D) is unknown color: approx Bud. HEX triplet: 9F, A2 and 8D. RGB value is (159,162,141). Sum of RGB (Red+Green+Blue) = 159+162+141=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA28D is #605D72. Grayscale: #9E9E9E. Windows color (decimal): -6315379 or 9282207. OLE color: 9282207.

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

Color convert

RGB159162141-
CMYK0.0200.130.36
HSL68.57º10.14%59.41%-
HSV(B)68.57º12.96%63.53%-
XYZ32.0335.1330.29-
YUV158.71118.01128.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=34.42%
G=35.06%
B=30.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591621410.0200.130.3668.5710.1459.41
Hex9FA28D20D2445a3b
Octal2372422152015441051273
Binary100111111010001010001101100110110010010001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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