#999206

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

Shades of Lucky #999206

Tints of Lucky #999206

Color information

#999206 (or 0x999206) is unknown color: approx Lucky. HEX triplet: 99, 92 and 06. RGB value is (153,146,6). Sum of RGB (Red+Green+Blue) = 153+146+6=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #999206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999206 is #666DF9. Grayscale: #848484. Windows color (decimal): -6712826 or 430745. OLE color: 430745.

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

Color convert

RGB1531466-
CMYK00.050.960.4
HSL57.14º92.45%31.18%-
HSV(B)57.14º96.08%60%-
XYZ23.4527.344.21-
YUV132.1356.82142.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=50.16%
G=47.87%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153146600.050.960.457.1492.4531.18
Hex99926056028395c1f
Octal231222605140507113437
Binary100110011001001011001011100000101000111001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999206; }

 p { color: rgb(153,146,6); }

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

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

 a { background-color: rgb(153,146,6); }

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

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

 span { border-color: rgb(153,146,6); }

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