#99940C

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

Shades of Lucky #99940C

Tints of Lucky #99940C

Color information

#99940C (or 0x99940C) is unknown color: approx Lucky. HEX triplet: 99, 94 and 0C. RGB value is (153,148,12). Sum of RGB (Red+Green+Blue) = 153+148+12=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99940C is #666BF3. Grayscale: #868686. Windows color (decimal): -6712308 or 824473. OLE color: 824473.

HSL color Cylindrical-coordinate representation of color #99940C: hue angle of 57.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99940C is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB15314812-
CMYK00.030.920.4
HSL57.87º85.45%32.35%-
HSV(B)57.87º92.16%60%-
XYZ23.7927.984.49-
YUV133.9959.16141.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 12 (5.08% from 255) = 3.83%
R=48.88%
G=47.28%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531481200.030.920.457.8785.4532.35
Hex9994C035C283a5520
Octal2312241403134507212540
Binary1001100110010100110001110111001010001110101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99940C; }

 p { color: rgb(153,148,12); }

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

<style>
 a { background-color: #99940C; }

 a { background-color: rgb(153,148,12); }

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

<style>
 span { border-color: #99940C; }

 span { border-color: rgb(153,148,12); }

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