#9F9853

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

Shades of Husk #9F9853

Tints of Husk #9F9853

Color information

#9F9853 (or 0x9F9853) is unknown color: approx Husk. HEX triplet: 9F, 98 and 53. RGB value is (159,152,83). Sum of RGB (Red+Green+Blue) = 159+152+83=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9853 is #6067AC. Grayscale: #929292. Windows color (decimal): -6317997 or 5478559. OLE color: 5478559.

HSL color Cylindrical-coordinate representation of color #9F9853: hue angle of 54.47º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F9853 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15915283-
CMYK00.040.480.38
HSL54.47º31.4%47.45%-
HSV(B)54.47º47.8%62.35%-
XYZ27.0930.4512.63-
YUV146.2392.32137.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 83 (32.81% from 255) = 21.07%
R=40.36%
G=38.58%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591528300.040.480.3854.4731.447.45
Hex9F9853043026361f2f
Octal237230123046046663757
Binary10011111100110001010011010011000010011011011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,152,83); }

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

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

 a { background-color: rgb(159,152,83); }

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

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

 span { border-color: rgb(159,152,83); }

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