#9E9714

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

Shades of Lucky #9E9714

Tints of Lucky #9E9714

Color information

#9E9714 (or 0x9E9714) is unknown color: approx Lucky. HEX triplet: 9E, 97 and 14. RGB value is (158,151,20). Sum of RGB (Red+Green+Blue) = 158+151+20=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9714 is #6168EB. Grayscale: #8A8A8A. Windows color (decimal): -6383852 or 1349534. OLE color: 1349534.

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

Color convert

RGB15815120-
CMYK00.040.870.38
HSL56.96º77.53%34.9%-
HSV(B)56.96º87.34%61.96%-
XYZ25.2929.455.01-
YUV138.1661.32142.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.02%
GREEN value IS 151 (59.38% from 255) = 45.90%
BLUE value IS 20 (8.20% from 255) = 6.08%
R=48.02%
G=45.90%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581512000.040.870.3856.9677.5334.9
Hex9E9714045726394e23
Octal2362272404127467111643
Binary100111101001011110100010010101111001101110011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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