#9F9219

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

Shades of Lucky #9F9219

Tints of Lucky #9F9219

Color information

#9F9219 (or 0x9F9219) is unknown color: approx Lucky. HEX triplet: 9F, 92 and 19. RGB value is (159,146,25). Sum of RGB (Red+Green+Blue) = 159+146+25=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9219 is #606DE6. Grayscale: #888888. Windows color (decimal): -6319591 or 1675935. OLE color: 1675935.

HSL color Cylindrical-coordinate representation of color #9F9219: hue angle of 54.18º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F9219 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB15914625-
CMYK00.080.840.38
HSL54.18º72.83%36.08%-
HSV(B)54.18º84.28%62.35%-
XYZ24.75285.02-
YUV136.0965.31144.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.18%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 25 (10.16% from 255) = 7.58%
R=48.18%
G=44.24%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591462500.080.840.3854.1872.8336.08
Hex9F9219085426364924
Octal23722231010124466611144
Binary1001111110010010110010100010101001001101101101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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