#9FA28B

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

Shades of Bud #9FA28B

Tints of Bud #9FA28B

Color information

#9FA28B (or 0x9FA28B) is unknown color: approx Bud. HEX triplet: 9F, A2 and 8B. RGB value is (159,162,139). Sum of RGB (Red+Green+Blue) = 159+162+139=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA28B is #605D74. Grayscale: #9E9E9E. Windows color (decimal): -6315381 or 9151135. OLE color: 9151135.

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

Color convert

RGB159162139-
CMYK0.0200.140.36
HSL67.83º11%59.02%-
HSV(B)67.83º14.2%63.53%-
XYZ31.8835.0829.52-
YUV158.48117.01128.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=34.57%
G=35.22%
B=30.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1591621390.0200.140.3667.831159.02
Hex9FA28B20E2444b3b
Octal2372422132016441041373
Binary100111111010001010001011100111010010010001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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