#9E9315

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

Shades of Lucky #9E9315

Tints of Lucky #9E9315

Color information

#9E9315 (or 0x9E9315) is unknown color: approx Lucky. HEX triplet: 9E, 93 and 15. RGB value is (158,147,21). Sum of RGB (Red+Green+Blue) = 158+147+21=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9315 is #616CEA. Grayscale: #888888. Windows color (decimal): -6384875 or 1414046. OLE color: 1414046.

HSL color Cylindrical-coordinate representation of color #9E9315: hue angle of 55.18º degrees, saturation: 0.77, 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 #9E9315 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB15814721-
CMYK00.070.870.38
HSL55.18º76.54%35.1%-
HSV(B)55.18º86.71%61.96%-
XYZ24.6728.194.85-
YUV135.9363.14143.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 21 (8.59% from 255) = 6.44%
R=48.47%
G=45.09%
B=6.44%

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
Decimal1581472100.070.870.3855.1876.5435.1
Hex9E9315075726374d23
Octal2362232507127466711543
Binary100111101001001110101011110101111001101101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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