#999119

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

Shades of Lucky #999119

Tints of Lucky #999119

Color information

#999119 (or 0x999119) is unknown color: approx Lucky. HEX triplet: 99, 91 and 19. RGB value is (153,145,25). Sum of RGB (Red+Green+Blue) = 153+145+25=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #999119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999119 is #666EE6. Grayscale: #868686. Windows color (decimal): -6713063 or 1675673. OLE color: 1675673.

HSL color Cylindrical-coordinate representation of color #999119: hue angle of 56.25º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #999119 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB15314525-
CMYK00.050.840.4
HSL56.25º71.91%34.9%-
HSV(B)56.25º83.66%60%-
XYZ23.4427.094.91-
YUV133.7166.65141.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 25 (10.16% from 255) = 7.74%
R=47.37%
G=44.89%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531452500.050.840.456.2571.9134.9
Hex999119055428384823
Octal2312213105124507011043
Binary100110011001000111001010110101001010001110001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999119; }

 p { color: rgb(153,145,25); }

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

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

 a { background-color: rgb(153,145,25); }

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

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

 span { border-color: rgb(153,145,25); }

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