#99950D

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

Shades of Lucky #99950D

Tints of Lucky #99950D

Color information

#99950D (or 0x99950D) is unknown color: approx Lucky. HEX triplet: 99, 95 and 0D. RGB value is (153,149,13). Sum of RGB (Red+Green+Blue) = 153+149+13=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99950D is #666AF2. Grayscale: #878787. Windows color (decimal): -6712051 or 890265. OLE color: 890265.

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

Color convert

RGB15314913-
CMYK00.030.920.4
HSL58.29º84.34%32.55%-
HSV(B)58.29º91.5%60%-
XYZ23.9628.34.58-
YUV134.6959.33141.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 13 (5.47% from 255) = 4.13%
R=48.57%
G=47.30%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531491300.030.920.458.2984.3432.55
Hex9995D035C283a5421
Octal2312251503134507212441
Binary1001100110010101110101110111001010001110101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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