#9FA58E

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

Shades of Bud #9FA58E

Tints of Bud #9FA58E

Color information

#9FA58E (or 0x9FA58E) is unknown color: approx Bud. HEX triplet: 9F, A5 and 8E. RGB value is (159,165,142). Sum of RGB (Red+Green+Blue) = 159+165+142=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA58E is #605A71. Grayscale: #A0A0A0. Windows color (decimal): -6314610 or 9348511. OLE color: 9348511.

HSL color Cylindrical-coordinate representation of color #9FA58E: hue angle of 75.65º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FA58E is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB159165142-
CMYK0.0400.140.35
HSL75.65º11.33%60.2%-
HSV(B)75.65º13.94%64.71%-
XYZ32.6436.2330.87-
YUV160.58117.51126.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=34.12%
G=35.41%
B=30.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591651420.0400.140.3575.6511.3360.2
Hex9FA58E40E234cb3c
Octal2372452164016431141374
Binary1001111110100101100011101000111010001110011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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