#999403

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

Shades of Lucky #999403

Tints of Lucky #999403

Color information

#999403 (or 0x999403) is unknown color: approx Lucky. HEX triplet: 99, 94 and 03. RGB value is (153,148,3). Sum of RGB (Red+Green+Blue) = 153+148+3=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #999403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999403 is #666BFC. Grayscale: #858585. Windows color (decimal): -6712317 or 234649. OLE color: 234649.

HSL color Cylindrical-coordinate representation of color #999403: hue angle of 58º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #999403 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB1531483-
CMYK00.030.980.4
HSL58º96.15%30.59%-
HSV(B)58º98.04%60%-
XYZ23.7427.964.23-
YUV132.9654.66142.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 148 (58.20% from 255) = 48.68%
BLUE value IS 3 (1.56% from 255) = 0.99%
R=50.33%
G=48.68%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153148300.030.980.45896.1530.59
Hex999430362283a601f
Octal231224303142507214037
Binary1001100110010100110111100010101000111010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999403; }

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

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

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

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

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

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

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

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