#9E900B

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

Shades of Lucky #9E900B

Tints of Lucky #9E900B

Color information

#9E900B (or 0x9E900B) is unknown color: approx Lucky. HEX triplet: 9E, 90 and 0B. RGB value is (158,144,11). Sum of RGB (Red+Green+Blue) = 158+144+11=313 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.48% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 158 - color contains mainly: red. Hex color #9E900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E900B is #616FF4. Grayscale: #858585. Windows color (decimal): -6385653 or 757918. OLE color: 757918.

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

Color convert

RGB15814411-
CMYK00.090.930.38
HSL54.29º86.98%33.14%-
HSV(B)54.29º93.04%61.96%-
XYZ24.1327.244.3-
YUV133.0259.14145.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.48%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 11 (4.69% from 255) = 3.51%
R=50.48%
G=46.01%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581441100.090.930.3854.2986.9833.14
Hex9E90B095D26365721
Octal23622013011135466612741
Binary100111101001000010110100110111011001101101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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