#9F9250

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

Shades of Husk #9F9250

Tints of Husk #9F9250

Color information

#9F9250 (or 0x9F9250) is unknown color: approx Husk. HEX triplet: 9F, 92 and 50. RGB value is (159,146,80). Sum of RGB (Red+Green+Blue) = 159+146+80=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9250 is #606DAF. Grayscale: #8E8E8E. Windows color (decimal): -6319536 or 5280415. OLE color: 5280415.

HSL color Cylindrical-coordinate representation of color #9F9250: hue angle of 50.13º 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 #9F9250 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15914680-
CMYK00.080.500.38
HSL50.13º33.05%46.86%-
HSV(B)50.13º49.69%62.35%-
XYZ26.0228.5111.72-
YUV142.3692.81139.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=41.30%
G=37.92%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591468000.080.500.3850.1333.0546.86
Hex9F925008322632212f
Octal2372221200106246624157
Binary1001111110010010101000001000110010100110110010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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