#9E970E

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

Shades of Lucky #9E970E

Tints of Lucky #9E970E

Color information

#9E970E (or 0x9E970E) is unknown color: approx Lucky. HEX triplet: 9E, 97 and 0E. RGB value is (158,151,14). Sum of RGB (Red+Green+Blue) = 158+151+14=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E970E is #6168F1. Grayscale: #8A8A8A. Windows color (decimal): -6383858 or 956318. OLE color: 956318.

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

Color convert

RGB15815114-
CMYK00.040.910.38
HSL57.08º83.72%33.73%-
HSV(B)57.08º91.14%61.96%-
XYZ25.2529.434.77-
YUV137.4858.32142.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.92%
GREEN value IS 151 (59.38% from 255) = 46.75%
BLUE value IS 14 (5.86% from 255) = 4.33%
R=48.92%
G=46.75%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581511400.040.910.3857.0883.7233.73
Hex9E97E045B26395422
Octal2362271604133467112442
Binary10011110100101111110010010110111001101110011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,151,14); }

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

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

 a { background-color: rgb(158,151,14); }

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

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

 span { border-color: rgb(158,151,14); }

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