#9F9220

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

Shades of Lucky #9F9220

Tints of Lucky #9F9220

Color information

#9F9220 (or 0x9F9220) is unknown color: approx Lucky. HEX triplet: 9F, 92 and 20. RGB value is (159,146,32). Sum of RGB (Red+Green+Blue) = 159+146+32=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9220 is #606DDF. Grayscale: #898989. Windows color (decimal): -6319584 or 2134687. OLE color: 2134687.

HSL color Cylindrical-coordinate representation of color #9F9220: hue angle of 53.86º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F9220 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB15914632-
CMYK00.080.800.38
HSL53.86º66.49%37.45%-
HSV(B)53.86º79.87%62.35%-
XYZ24.8428.035.47-
YUV136.8968.81143.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.18%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 32 (12.89% from 255) = 9.50%
R=47.18%
G=43.32%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591463200.080.800.3853.8666.4937.45
Hex9F9220085026364225
Octal23722240010120466610245
Binary10011111100100101000000100010100001001101101101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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