#9f8f1c

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

Shades of Lucky #9F8F1C

Tints of Lucky #9F8F1C

Color information

#9F8F1C (or 0x9F8F1C) is unknown color: approx Lucky. HEX triplet: 9F, 8F and 1C. RGB value is (159,143,28). Sum of RGB (Red+Green+Blue) = 159+143+28=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8F1C is #6070E3. Grayscale: #878787. Windows color (decimal): -6320356 or 1871775. OLE color: 1871775.

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

Color convert

RGB15914328-
CMYK00.100.820.38
HSL52.67º70.05%36.67%-
HSV(B)52.67º82.39%62.35%-
XYZ24.3327.15.05-
YUV134.6767.8145.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.18%
GREEN value IS 143 (56.25% from 255) = 43.33%
BLUE value IS 28 (11.33% from 255) = 8.48%
R=48.18%
G=43.33%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591432800.100.820.3852.6770.0536.67
Hex9F8F1C0A5226354625
Octal23721734012122466510645
Binary1001111110001111111000101010100101001101101011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f8f1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,143,28); }

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

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

 a { background-color: rgb(159,143,28); }

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

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

 span { border-color: rgb(159,143,28); }

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