#9A950D

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

Shades of Lucky #9A950D

Tints of Lucky #9A950D

Color information

#9A950D (or 0x9A950D) is unknown color: approx Lucky. HEX triplet: 9A, 95 and 0D. RGB value is (154,149,13). Sum of RGB (Red+Green+Blue) = 154+149+13=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A950D is #656AF2. Grayscale: #878787. Windows color (decimal): -6646515 or 890266. OLE color: 890266.

HSL color Cylindrical-coordinate representation of color #9A950D: hue angle of 57.87º 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 #9A950D is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB15414913-
CMYK00.030.920.40
HSL57.87º84.43%32.75%-
HSV(B)57.87º91.56%60.39%-
XYZ24.1528.394.59-
YUV134.9959.16141.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.73%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 13 (5.47% from 255) = 4.11%
R=48.73%
G=47.15%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541491300.030.920.4057.8784.4332.75
Hex9A95D035C283a5421
Octal2322251503134507212441
Binary1001101010010101110101110111001010001110101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A950D; }

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

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

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

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

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

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

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

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