#9F9450

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

Shades of Husk #9F9450

Tints of Husk #9F9450

Color information

#9F9450 (or 0x9F9450) is unknown color: approx Husk. HEX triplet: 9F, 94 and 50. RGB value is (159,148,80). Sum of RGB (Red+Green+Blue) = 159+148+80=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9450 is #606BAF. Grayscale: #8F8F8F. Windows color (decimal): -6319024 or 5280927. OLE color: 5280927.

HSL color Cylindrical-coordinate representation of color #9F9450: hue angle of 51.65º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F9450 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15914880-
CMYK00.070.500.38
HSL51.65º33.05%46.86%-
HSV(B)51.65º49.69%62.35%-
XYZ26.3429.1311.82-
YUV143.5492.14139.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=41.09%
G=38.24%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591488000.070.500.3851.6533.0546.86
Hex9F945007322634212f
Octal237224120076246644157
Binary100111111001010010100000111110010100110110100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,148,80); }

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

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

 a { background-color: rgb(159,148,80); }

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

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

 span { border-color: rgb(159,148,80); }

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