#9E9305

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

Shades of Lucky #9E9305

Tints of Lucky #9E9305

Color information

#9E9305 (or 0x9E9305) is unknown color: approx Lucky. HEX triplet: 9E, 93 and 05. RGB value is (158,147,5). Sum of RGB (Red+Green+Blue) = 158+147+5=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9305 is #616CFA. Grayscale: #868686. Windows color (decimal): -6384891 or 365470. OLE color: 365470.

HSL color Cylindrical-coordinate representation of color #9E9305: hue angle of 55.69º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E9305 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1581475-
CMYK00.070.970.38
HSL55.69º93.87%31.96%-
HSV(B)55.69º96.84%61.96%-
XYZ24.5628.154.28-
YUV134.155.14145.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.97%
GREEN value IS 147 (57.81% from 255) = 47.42%
BLUE value IS 5 (2.34% from 255) = 1.61%
R=50.97%
G=47.42%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158147500.070.970.3855.6993.8731.96
Hex9E935076126385e20
Octal236223507141467013640
Binary1001111010010011101011111000011001101110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,147,5); }

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

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

 a { background-color: rgb(158,147,5); }

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

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

 span { border-color: rgb(158,147,5); }

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