#9F9B1F

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

Shades of Lucky #9F9B1F

Tints of Lucky #9F9B1F

Color information

#9F9B1F (or 0x9F9B1F) is unknown color: approx Lucky. HEX triplet: 9F, 9B and 1F. RGB value is (159,155,31). Sum of RGB (Red+Green+Blue) = 159+155+31=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9B1F is #6064E0. Grayscale: #8E8E8E. Windows color (decimal): -6317281 or 2071455. OLE color: 2071455.

HSL color Cylindrical-coordinate representation of color #9F9B1F: hue angle of 58.12º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F9B1F is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB15915531-
CMYK00.030.810.38
HSL58.12º67.37%37.25%-
HSV(B)58.12º80.5%62.35%-
XYZ26.2730.915.88-
YUV142.0665.33140.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 31 (12.5% from 255) = 8.99%
R=46.09%
G=44.93%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591553100.030.810.3858.1267.3737.25
Hex9F9B1F0351263a4325
Octal2372333703121467210345
Binary10011111100110111111101110100011001101110101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,155,31); }

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

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

 a { background-color: rgb(159,155,31); }

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

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

 span { border-color: rgb(159,155,31); }

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