#9E961C

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

Shades of Lucky #9E961C

Tints of Lucky #9E961C

Color information

#9E961C (or 0x9E961C) is unknown color: approx Lucky. HEX triplet: 9E, 96 and 1C. RGB value is (158,150,28). Sum of RGB (Red+Green+Blue) = 158+150+28=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E961C is #6169E3. Grayscale: #8A8A8A. Windows color (decimal): -6384100 or 1873566. OLE color: 1873566.

HSL color Cylindrical-coordinate representation of color #9E961C: hue angle of 56.31º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E961C is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB15815028-
CMYK00.050.820.38
HSL56.31º69.89%36.47%-
HSV(B)56.31º82.28%61.96%-
XYZ25.2229.175.4-
YUV138.4865.65141.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.02%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 28 (11.33% from 255) = 8.33%
R=47.02%
G=44.64%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581502800.050.820.3856.3169.8936.47
Hex9E961C055226384624
Octal2362263405122467010644
Binary100111101001011011100010110100101001101110001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E961C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,150,28); }

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

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

 a { background-color: rgb(158,150,28); }

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

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

 span { border-color: rgb(158,150,28); }

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