#9E8E16

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

Shades of Lucky #9E8E16

Tints of Lucky #9E8E16

Color information

#9E8E16 (or 0x9E8E16) is unknown color: approx Lucky. HEX triplet: 9E, 8E and 16. RGB value is (158,142,22). Sum of RGB (Red+Green+Blue) = 158+142+22=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8E16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8E16 is #6171E9. Grayscale: #858585. Windows color (decimal): -6386154 or 1478302. OLE color: 1478302.

HSL color Cylindrical-coordinate representation of color #9E8E16: hue angle of 52.94º 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 #9E8E16 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB15814222-
CMYK00.100.860.38
HSL52.94º75.56%35.29%-
HSV(B)52.94º86.08%61.96%-
XYZ23.9226.674.65-
YUV133.165.3145.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.07%
GREEN value IS 142 (55.86% from 255) = 44.10%
BLUE value IS 22 (8.98% from 255) = 6.83%
R=49.07%
G=44.10%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581422200.100.860.3852.9475.5635.29
Hex9E8E160A5626354c23
Octal23621626012126466511443
Binary1001111010001110101100101010101101001101101011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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