#9E9314

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

Shades of Lucky #9E9314

Tints of Lucky #9E9314

Color information

#9E9314 (or 0x9E9314) is unknown color: approx Lucky. HEX triplet: 9E, 93 and 14. RGB value is (158,147,20). Sum of RGB (Red+Green+Blue) = 158+147+20=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9314 is #616CEB. Grayscale: #888888. Windows color (decimal): -6384876 or 1348510. OLE color: 1348510.

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

Color convert

RGB15814720-
CMYK00.070.870.38
HSL55.22º77.53%34.9%-
HSV(B)55.22º87.34%61.96%-
XYZ24.6628.194.8-
YUV135.8162.64143.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.62%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 20 (8.20% from 255) = 6.15%
R=48.62%
G=45.23%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581472000.070.870.3855.2277.5334.9
Hex9E9314075726374e23
Octal2362232407127466711643
Binary100111101001001110100011110101111001101101111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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