#9F9E2C

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

Shades of Lucky #9F9E2C

Tints of Lucky #9F9E2C

Color information

#9F9E2C (or 0x9F9E2C) is unknown color: approx Lucky. HEX triplet: 9F, 9E and 2C. RGB value is (159,158,44). Sum of RGB (Red+Green+Blue) = 159+158+44=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9E2C is #6061D3. Grayscale: #919191. Windows color (decimal): -6316500 or 2924191. OLE color: 2924191.

HSL color Cylindrical-coordinate representation of color #9F9E2C: hue angle of 59.48º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F9E2C is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15915844-
CMYK00.010.720.38
HSL59.48º56.65%39.8%-
HSV(B)59.48º72.33%62.35%-
XYZ26.9832.017.14-
YUV145.370.83137.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.04%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 44 (17.58% from 255) = 12.19%
R=44.04%
G=43.77%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591584400.010.720.3859.4856.6539.8
Hex9F9E2C0148263b3928
Octal237236540111046737150
Binary1001111110011110101100011001000100110111011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,158,44); }

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

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

 a { background-color: rgb(159,158,44); }

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

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

 span { border-color: rgb(159,158,44); }

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