#9E9A07

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

Shades of Lucky #9E9A07

Tints of Lucky #9E9A07

Color information

#9E9A07 (or 0x9E9A07) is unknown color: approx Lucky. HEX triplet: 9E, 9A and 07. RGB value is (158,154,7). Sum of RGB (Red+Green+Blue) = 158+154+7=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9A07 is #6165F8. Grayscale: #8B8B8B. Windows color (decimal): -6383097 or 498334. OLE color: 498334.

HSL color Cylindrical-coordinate representation of color #9E9A07: hue angle of 58.41º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E9A07 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1581547-
CMYK00.030.960.38
HSL58.41º91.52%32.35%-
HSV(B)58.41º95.57%61.96%-
XYZ25.6930.44.71-
YUV138.4453.83141.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.53%
GREEN value IS 154 (60.55% from 255) = 48.28%
BLUE value IS 7 (3.12% from 255) = 2.19%
R=49.53%
G=48.28%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158154700.030.960.3858.4191.5232.35
Hex9E9A70360263a5c20
Octal236232703140467213440
Binary100111101001101011101111000001001101110101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,154,7); }

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

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

 a { background-color: rgb(158,154,7); }

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

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

 span { border-color: rgb(158,154,7); }

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