#9e920c

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

Shades of Lucky #9E920C

Tints of Lucky #9E920C

Color information

#9E920C (or 0x9E920C) is unknown color: approx Lucky. HEX triplet: 9E, 92 and 0C. RGB value is (158,146,12). Sum of RGB (Red+Green+Blue) = 158+146+12=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E920C is #616DF3. Grayscale: #868686. Windows color (decimal): -6385140 or 823966. OLE color: 823966.

HSL color Cylindrical-coordinate representation of color #9E920C: hue angle of 55.07º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E920C is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB15814612-
CMYK00.080.920.38
HSL55.07º85.88%33.33%-
HSV(B)55.07º92.41%61.96%-
XYZ24.4527.854.44-
YUV134.3158.98144.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 12 (5.08% from 255) = 3.80%
R=50%
G=46.20%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581461200.080.920.3855.0785.8833.33
Hex9E92C085C26375621
Octal23622214010134466712641
Binary100111101001001011000100010111001001101101111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e920c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,146,12); }

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

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

 a { background-color: rgb(158,146,12); }

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

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

 span { border-color: rgb(158,146,12); }

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