#9E9419

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

Shades of Lucky #9E9419

Tints of Lucky #9E9419

Color information

#9E9419 (or 0x9E9419) is unknown color: approx Lucky. HEX triplet: 9E, 94 and 19. RGB value is (158,148,25). Sum of RGB (Red+Green+Blue) = 158+148+25=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9419 is #616BE6. Grayscale: #898989. Windows color (decimal): -6384615 or 1676446. OLE color: 1676446.

HSL color Cylindrical-coordinate representation of color #9E9419: hue angle of 55.49º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E9419 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB15814825-
CMYK00.060.840.38
HSL55.49º72.68%35.88%-
HSV(B)55.49º84.18%61.96%-
XYZ24.8728.525.11-
YUV136.9764.81143-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.73%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 25 (10.16% from 255) = 7.55%
R=47.73%
G=44.71%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581482500.060.840.3855.4972.6835.88
Hex9E9419065426374924
Octal2362243106124466711144
Binary100111101001010011001011010101001001101101111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,148,25); }

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

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

 a { background-color: rgb(158,148,25); }

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

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

 span { border-color: rgb(158,148,25); }

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