#9E9804

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

Shades of Lucky #9E9804

Tints of Lucky #9E9804

Color information

#9E9804 (or 0x9E9804) is unknown color: approx Lucky. HEX triplet: 9E, 98 and 04. RGB value is (158,152,4). Sum of RGB (Red+Green+Blue) = 158+152+4=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9804 is #6167FB. Grayscale: #898989. Windows color (decimal): -6383612 or 301214. OLE color: 301214.

HSL color Cylindrical-coordinate representation of color #9E9804: hue angle of 57.66º degrees, saturation: 0.95, 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 #9E9804 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1581524-
CMYK00.040.970.38
HSL57.66º95.06%31.76%-
HSV(B)57.66º97.47%61.96%-
XYZ25.3529.734.52-
YUV136.9252.99143.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.32%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 4 (1.95% from 255) = 1.27%
R=50.32%
G=48.41%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158152400.040.970.3857.6695.0631.76
Hex9E9840461263a5f20
Octal236230404141467213740
Binary1001111010011000100010011000011001101110101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,152,4); }

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

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

 a { background-color: rgb(158,152,4); }

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

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

 span { border-color: rgb(158,152,4); }

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