#99950A

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

Shades of Lucky #99950A

Tints of Lucky #99950A

Color information

#99950A (or 0x99950A) is unknown color: approx Lucky. HEX triplet: 99, 95 and 0A. RGB value is (153,149,10). Sum of RGB (Red+Green+Blue) = 153+149+10=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99950A is #666AF5. Grayscale: #868686. Windows color (decimal): -6712054 or 693657. OLE color: 693657.

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

Color convert

RGB15314910-
CMYK00.030.930.4
HSL58.32º87.73%31.96%-
HSV(B)58.32º93.46%60%-
XYZ23.9428.294.49-
YUV134.3557.83141.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 149 (58.59% from 255) = 47.76%
BLUE value IS 10 (4.30% from 255) = 3.21%
R=49.04%
G=47.76%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531491000.030.930.458.3287.7331.96
Hex9995A035D283a5820
Octal2312251203135507213040
Binary1001100110010101101001110111011010001110101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99950A; }

 p { color: rgb(153,149,10); }

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

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

 a { background-color: rgb(153,149,10); }

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

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

 span { border-color: rgb(153,149,10); }

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