#9E9521

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

Shades of Lucky #9E9521

Tints of Lucky #9E9521

Color information

#9E9521 (or 0x9E9521) is unknown color: approx Lucky. HEX triplet: 9E, 95 and 21. RGB value is (158,149,33). Sum of RGB (Red+Green+Blue) = 158+149+33=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9521 is #616ADE. Grayscale: #8A8A8A. Windows color (decimal): -6384351 or 2200990. OLE color: 2200990.

HSL color Cylindrical-coordinate representation of color #9E9521: hue angle of 55.68º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E9521 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB15814933-
CMYK00.060.790.38
HSL55.68º65.45%37.45%-
HSV(B)55.68º79.11%61.96%-
XYZ25.1228.875.69-
YUV138.4768.48141.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.47%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 33 (13.28% from 255) = 9.71%
R=46.47%
G=43.82%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581493300.060.790.3855.6865.4537.45
Hex9E9521064F26384125
Octal2362254106117467010145
Binary1001111010010101100001011010011111001101110001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,149,33); }

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

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

 a { background-color: rgb(158,149,33); }

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

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

 span { border-color: rgb(158,149,33); }

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