#9E9116

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

Shades of Lucky #9E9116

Tints of Lucky #9E9116

Color information

#9E9116 (or 0x9E9116) is unknown color: approx Lucky. HEX triplet: 9E, 91 and 16. RGB value is (158,145,22). Sum of RGB (Red+Green+Blue) = 158+145+22=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9116 is #616EE9. Grayscale: #878787. Windows color (decimal): -6385386 or 1479070. OLE color: 1479070.

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

Color convert

RGB15814522-
CMYK00.080.860.38
HSL54.26º75.56%35.29%-
HSV(B)54.26º86.08%61.96%-
XYZ24.3727.584.8-
YUV134.8664.31144.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.62%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 22 (8.98% from 255) = 6.77%
R=48.62%
G=44.62%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581452200.080.860.3854.2675.5635.29
Hex9E9116085626364c23
Octal23622126010126466611443
Binary1001111010010001101100100010101101001101101101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,145,22); }

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

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

 a { background-color: rgb(158,145,22); }

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

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

 span { border-color: rgb(158,145,22); }

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