#9A941A

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

Shades of Lucky #9A941A

Tints of Lucky #9A941A

Color information

#9A941A (or 0x9A941A) is unknown color: approx Lucky. HEX triplet: 9A, 94 and 1A. RGB value is (154,148,26). Sum of RGB (Red+Green+Blue) = 154+148+26=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A941A is #656BE5. Grayscale: #888888. Windows color (decimal): -6646758 or 1741978. OLE color: 1741978.

HSL color Cylindrical-coordinate representation of color #9A941A: hue angle of 57.19º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A941A is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB15414826-
CMYK00.040.830.40
HSL57.19º71.11%35.29%-
HSV(B)57.19º83.12%60.39%-
XYZ24.128.125.14-
YUV135.8965.99140.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 26 (10.55% from 255) = 7.93%
R=46.95%
G=45.12%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541482600.040.830.4057.1971.1135.29
Hex9A941A045328394723
Octal2322243204123507110743
Binary100110101001010011010010010100111010001110011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,148,26); }

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

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

 a { background-color: rgb(154,148,26); }

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

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

 span { border-color: rgb(154,148,26); }

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