#9E9613

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

Shades of Lucky #9E9613

Tints of Lucky #9E9613

Color information

#9E9613 (or 0x9E9613) is unknown color: approx Lucky. HEX triplet: 9E, 96 and 13. RGB value is (158,150,19). Sum of RGB (Red+Green+Blue) = 158+150+19=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9613 is #6169EC. Grayscale: #898989. Windows color (decimal): -6384109 or 1283742. OLE color: 1283742.

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

Color convert

RGB15815019-
CMYK00.050.880.38
HSL56.55º78.53%34.71%-
HSV(B)56.55º87.97%61.96%-
XYZ25.1229.134.91-
YUV137.4661.15142.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 19 (7.81% from 255) = 5.81%
R=48.32%
G=45.87%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581501900.050.880.3856.5578.5334.71
Hex9E9613055826394f23
Octal2362262305130467111743
Binary100111101001011010011010110110001001101110011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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