#9E8C0B

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

Shades of Lucky #9E8C0B

Tints of Lucky #9E8C0B

Color information

#9E8C0B (or 0x9E8C0B) is unknown color: approx Lucky. HEX triplet: 9E, 8C and 0B. RGB value is (158,140,11). Sum of RGB (Red+Green+Blue) = 158+140+11=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8C0B is #6173F4. Grayscale: #838383. Windows color (decimal): -6386677 or 756894. OLE color: 756894.

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

Color convert

RGB15814011-
CMYK00.110.930.38
HSL52.65º86.98%33.14%-
HSV(B)52.65º93.04%61.96%-
XYZ23.5426.054.1-
YUV130.6860.46147.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.13%
GREEN value IS 140 (55.08% from 255) = 45.31%
BLUE value IS 11 (4.69% from 255) = 3.56%
R=51.13%
G=45.31%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581401100.110.930.3852.6586.9833.14
Hex9E8CB0B5D26355721
Octal23621413013135466512741
Binary100111101000110010110101110111011001101101011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,140,11); }

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

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

 a { background-color: rgb(158,140,11); }

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

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

 span { border-color: rgb(158,140,11); }

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