#9E9514

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

Shades of Lucky #9E9514

Tints of Lucky #9E9514

Color information

#9E9514 (or 0x9E9514) is unknown color: approx Lucky. HEX triplet: 9E, 95 and 14. RGB value is (158,149,20). Sum of RGB (Red+Green+Blue) = 158+149+20=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9514 is #616AEB. Grayscale: #898989. Windows color (decimal): -6384364 or 1349022. OLE color: 1349022.

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

Color convert

RGB15814920-
CMYK00.060.870.38
HSL56.09º77.53%34.9%-
HSV(B)56.09º87.34%61.96%-
XYZ24.9728.814.91-
YUV136.9861.98142.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 20 (8.20% from 255) = 6.12%
R=48.32%
G=45.57%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581492000.060.870.3856.0977.5334.9
Hex9E9514065726384e23
Octal2362252406127467011643
Binary100111101001010110100011010101111001101110001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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