#999802

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

Shades of Lucky #999802

Tints of Lucky #999802

Color information

#999802 (or 0x999802) is unknown color: approx Lucky. HEX triplet: 99, 98 and 02. RGB value is (153,152,2). Sum of RGB (Red+Green+Blue) = 153+152+2=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #999802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999802 is #6667FD. Grayscale: #878787. Windows color (decimal): -6711294 or 170137. OLE color: 170137.

HSL color Cylindrical-coordinate representation of color #999802: hue angle of 59.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #999802 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB1531522-
CMYK00.010.990.4
HSL59.6º97.42%30.39%-
HSV(B)59.6º98.69%60%-
XYZ24.3829.234.42-
YUV135.252.83140.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=49.84%
G=49.51%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153152200.010.990.459.697.4230.39
Hex999820163283c611e
Octal231230201143507414136
Binary100110011001100010011100011101000111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999802; }

 p { color: rgb(153,152,2); }

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

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

 a { background-color: rgb(153,152,2); }

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

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

 span { border-color: rgb(153,152,2); }

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